<krpano
    title       =   "上海闵行区浦江镇 【VR全景地图】"
    debugmode   =   "false"
    showerrors  =   "false"
    skin        =   "%SWFPATH%/skin">

    <include url        =   "%SWFPATH%/skin/vtourskin.xml?s=1782380602" />
    <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_22583"
         />
        <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));
                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');
                    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));
                );

                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
                );

                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_22583"
            title                       =   "华侨城商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/thumb.jpg"
            fenzuid                     =   "7836"
            parent_fenzuid              =   "7835"
            lat                         =   "31.102372"
            lng                         =   "121.489429"
            heading                     =   ""
            scene_id                    =   "22583"
            pano_id                     =   "689"
            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                =   "-18.058630074164"
            hotspot_fenzu               =   '[{"id":524567,"pano_id":689,"view_id":22583,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":287,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524567,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-16.587023667548'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-18.058630074164"
                vlookat                 =   "49.778014675798"
                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/1/pano/4114cf5e834ddd22/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16384" tiledimageheight="16384">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4114cf5e834ddd22/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_689371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.08941857401231"
                atv                     =   "16.243555845652182"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689371);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.66849600806796"
                atv                     =   "21.189589600020618"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.84098067774994"
                atv                     =   "22.587902073308307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689373);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.39860731544934"
                atv                     =   "32.70561744743686"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689374);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.37559754685341"
                atv                     =   "33.18247287907751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.07252384112374"
                atv                     =   "16.515143195929067"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.07620390495725"
                atv                     =   "17.94705819780494"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.20002226490772"
                atv                     =   "18.944632195035176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "24.56605758440254"
                    target_view_vlookat =   "39.02962909006442"
                    other_args          =   "view.hlookat=24.56605758440254&amp;view.vlookat=39.02962909006442&amp;view.fov=82.56714178322653"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.94112857019547"
                atv                     =   "20.952758678985944"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.916113698253582"
                atv                     =   "21.724875521152597"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689380);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.514491729877193"
                atv                     =   "14.668319008242074"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689381);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.466412152885084"
                atv                     =   "22.47496550532775"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689382);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.480041946796234"
                atv                     =   "19.25360289861842"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689383);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.138260848250695"
                atv                     =   "27.700663537556803"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-42.170661595613694"
                atv                     =   "31.40182856156256"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.196635023642557"
                atv                     =   "29.421792368585507"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.27892652753792"
                atv                     =   "23.474501201899958"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.70352965421631"
                atv                     =   "34.88966455537307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-53.318075786944746"
                atv                     =   "52.11037544464142"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.8397700274445"
                atv                     =   "56.13227912724846"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.096601103101364"
                atv                     =   "31.724808518544144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.46034004285838"
                atv                     =   "62.35969867644533"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.52728696893297"
                atv                     =   "59.3006385400569"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.07876132895902"
                atv                     =   "32.58543129040604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.56897159173846"
                atv                     =   "33.973140606347314"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.8303213886158"
                atv                     =   "20.583891440238126"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.7728342672497"
                atv                     =   "21.57544121658778"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.21074102334157"
                atv                     =   "19.166336149687602"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.91428049201363"
                atv                     =   "15.150006168071561"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.40981004410821"
                atv                     =   "33.70634991289521"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.93949957217225"
                atv                     =   "25.764078061079214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.62629787234573"
                atv                     =   "25.449482977569264"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593702936804"
                atv                     =   "3.436947340854455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8503253530592"
                atv                     =   "6.747398186712292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.08941857401231"
                atv                     =   "16.243555845652182"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689406);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.66849600806796"
                atv                     =   "21.189589600020618"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.84098067774994"
                atv                     =   "22.587902073308307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689408);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.39860731544934"
                atv                     =   "32.70561744743686"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689409);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.37559754685341"
                atv                     =   "33.18247287907751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.07252384112374"
                atv                     =   "16.515143195929067"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.07620390495725"
                atv                     =   "17.94705819780494"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689412);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.20002226490772"
                atv                     =   "18.944632195035176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "24.56605758440254"
                    target_view_vlookat =   "39.02962909006442"
                    other_args          =   "view.hlookat=24.56605758440254&amp;view.vlookat=39.02962909006442&amp;view.fov=82.56714178322653"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.94112857019547"
                atv                     =   "20.952758678985944"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.916113698253582"
                atv                     =   "21.724875521152597"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689415);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.514491729877193"
                atv                     =   "14.668319008242074"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689416);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.466412152885084"
                atv                     =   "22.47496550532775"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689417);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.480041946796234"
                atv                     =   "19.25360289861842"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689418);"
                    
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.27892652753792"
                atv                     =   "23.474501201899958"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.70352965421631"
                atv                     =   "34.88966455537307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689420);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-53.318075786944746"
                atv                     =   "52.11037544464142"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.8397700274445"
                atv                     =   "56.13227912724846"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.096601103101364"
                atv                     =   "31.724808518544144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.46034004285838"
                atv                     =   "62.35969867644533"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689425);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.52728696893297"
                atv                     =   "59.3006385400569"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689426);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.07876132895902"
                atv                     =   "32.58543129040604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689427);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.56897159173846"
                atv                     =   "33.973140606347314"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689428);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.8303213886158"
                atv                     =   "20.583891440238126"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689429);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.7728342672497"
                atv                     =   "21.57544121658778"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689430);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.21074102334157"
                atv                     =   "19.166336149687602"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689431);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.91428049201363"
                atv                     =   "15.150006168071561"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689432);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.40981004410821"
                atv                     =   "33.70634991289521"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689433);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.93949957217225"
                atv                     =   "25.764078061079214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689434);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.62629787234573"
                atv                     =   "25.449482977569264"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593702936804"
                atv                     =   "3.436947340854455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689436);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                        <hotspot name               =   "spot_689437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8503253530592"
                atv                     =   "6.747398186712292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689437);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7842"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22583">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14655"
                        atv                =    "62.136932696652664"
                        ath                =    "55.22235871501624"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="70.464706347757" atv="19.636129167664" />
                                        <point ath="46.282415536743" atv="71.647059628019" />
                                        <point ath="-95.015017357499" atv="47.300954103143" />
                                        <point ath="-102.72578048335" atv="19.057530584667" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14655_text"
                        atv                =    "62.136932696652664"
                        ath                =    "55.22235871501624"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江柳路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14656"
                        atv                =    "62.54662943764371"
                        ath                =    "1064.085432187201"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-16.302244015374" atv="29.837477836543" />
                                        <point ath="-19.006322499077" atv="84.586858809799" />
                                        <point ath="164.49571380953" atv="29.631600638332" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14656_text"
                        atv                =    "62.54662943764371"
                        ath                =    "1064.085432187201"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦驰路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22581"
            title                       =   "1期区位"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/thumb.jpg"
            fenzuid                     =   "7836"
            parent_fenzuid              =   "7835"
            lat                         =   "31.106258"
            lng                         =   "121.491427"
            heading                     =   ""
            scene_id                    =   "22581"
            pano_id                     =   "689"
            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                =   "-59.792437154354"
            hotspot_fenzu               =   '[{"id":524565,"pano_id":689,"view_id":22581,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":285,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524565,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-20.583309220646'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-59.792437154354"
                vlookat                 =   "74.63246379654"
                fovtype                 =   "MFOV"
                fov                     =   "95"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9f9e6101eee9197e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_688847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69718578478404"
                atv                     =   "62.92182503022614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688847);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江桦路400弄小区"
                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;]江桦路400弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7833"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.21381803310078"
                atv                     =   "45.876620387897916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688848);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62488078782303"
                atv                     =   "34.16951659889413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688849);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.42049312527212"
                atv                     =   "35.650374103531654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688850);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16135760300324"
                atv                     =   "29.520286721196875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688851);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.27319921545029"
                atv                     =   "31.92202240841788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688852);"
                    
                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.78);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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.70832404876649"
                atv                     =   "28.465343851495057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688853);"
                    
                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.78);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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16185106927236"
                atv                     =   "31.69279138081432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688854);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.90667555322409"
                atv                     =   "33.10954540330634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688855);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98330877160282"
                atv                     =   "33.74614354742746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688856);"
                    
                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.78);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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.45182770488032"
                atv                     =   "35.0695383683678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688857);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53786113406233"
                atv                     =   "36.48944450601268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688858);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5091631355308"
                atv                     =   "37.73554055374474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688859);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.5510211210692"
                atv                     =   "39.166318141178564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688860);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.71043371134476"
                atv                     =   "36.2456394821618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688861);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79259805465733"
                atv                     =   "40.90630650337342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688862);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.29543561715161"
                atv                     =   "37.315771182984854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688863);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.58982969814662"
                atv                     =   "38.59653504823811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688864);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21617726262764"
                atv                     =   "42.50904933586499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688865);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.02841761830496"
                atv                     =   "39.3622120324402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688866);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.39189372474482"
                atv                     =   "40.95175615010424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688867);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50465082154113"
                atv                     =   "42.207964300563766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688868);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64455158458844"
                atv                     =   "38.95982573436008"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688869);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.529738490196735"
                atv                     =   "40.985842777742874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688870);"
                    
                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.78);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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.195935465415687"
                atv                     =   "44.626363326763126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688871);"
                    
                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.78);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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.922129403868553"
                atv                     =   "45.06331768072554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688872);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.925245846725545"
                atv                     =   "35.71762749572321"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688873);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51946163340597"
                atv                     =   "44.70777508135444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688874);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07589031879843"
                atv                     =   "46.7606091446248"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688875);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.480699336584166"
                atv                     =   "47.632916442504516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688876);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2521272814995"
                atv                     =   "51.02632081737569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688877);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37396323846599"
                atv                     =   "50.181781075650356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688878);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7997439917163"
                atv                     =   "53.8574381857304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688879);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07308627347413"
                atv                     =   "57.19839820859766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688880);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.080453612228894"
                atv                     =   "52.93437313018864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688881);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.17433119934026"
                atv                     =   "56.427307109717866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688882);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.254889918077026"
                atv                     =   "60.99950886517532"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688883);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74622411048477"
                atv                     =   "64.08825145059018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688884);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13417992757712"
                atv                     =   "61.63963165436739"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688885);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.36484975563485"
                atv                     =   "56.21978989218531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688886);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.99603204395453"
                atv                     =   "48.42195978640629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688887);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11010739964371"
                atv                     =   "51.468152186459285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688888);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82062097426399"
                atv                     =   "53.25767843676998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688889);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53448370345677"
                atv                     =   "32.21435493956675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688890);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12236485905925"
                atv                     =   "33.4552661511967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688891);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.76466094058264"
                atv                     =   "34.639610330609926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688892);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.34747505089194"
                atv                     =   "36.133099237771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688893);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.89859745682725"
                atv                     =   "30.51420993757455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688894);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.66425672688086"
                atv                     =   "31.623623225849457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688895);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.53808161248531"
                atv                     =   "32.973685808011616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688896);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.23734753075638"
                atv                     =   "40.529500935353504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688897);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6735279135795"
                atv                     =   "39.07262194556167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688898);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93722434437308"
                atv                     =   "37.68893568139412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688899);"
                    
                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                    =   "7833"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.740196762163805"
                atv                     =   "45.400162375708575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688900);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江桦路200弄小区"
                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;]江桦路200弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7834"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2543217142862204"
                atv                     =   "44.75618186248725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688901);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.028755759553064"
                atv                     =   "39.8398800545581"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688902);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.54736493099381"
                atv                     =   "38.02915958044992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688903);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41887195325819"
                atv                     =   "36.43841309531402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688904);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.10528318111551"
                atv                     =   "34.70628821914589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688905);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.10781598111186"
                atv                     =   "33.30389311355592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688906);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63472061972459"
                atv                     =   "33.10557017431939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688907);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60424864404007"
                atv                     =   "34.87725118897307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688908);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69984203860133"
                atv                     =   "36.364945395950045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688909);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74010576282484"
                atv                     =   "38.0309739604212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688910);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60355426518504"
                atv                     =   "40.87208894278146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688911);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02989407827249"
                atv                     =   "32.46117391941355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688912);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91660326432748"
                atv                     =   "33.79238331632802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688913);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.55827899138478"
                atv                     =   "35.42380892604136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688914);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.195206267866126"
                atv                     =   "36.80472650738418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688915);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.795333237952775"
                atv                     =   "39.325808417106515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688916);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.54688527397082"
                atv                     =   "31.914815474157976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688917);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12103941931616"
                atv                     =   "31.3648761727824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688918);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7371621078081"
                atv                     =   "30.779471624263415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688919);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66141853011413"
                atv                     =   "30.205692589195735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688920);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.267552723265226"
                atv                     =   "29.696694096567757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688921);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08117386861568"
                atv                     =   "31.570682074612588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688922);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78249127441222"
                atv                     =   "32.93772062837212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688923);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.292629738491655"
                atv                     =   "34.1819930511212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688924);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47484108792787"
                atv                     =   "35.489386590976835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688925);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18116505958869"
                atv                     =   "37.39835838216305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688926);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2626038160829"
                atv                     =   "28.928594011476346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688927);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76493869676369"
                atv                     =   "30.405992071510042"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688928);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97102276726241"
                atv                     =   "31.66961952730448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688929);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.273369088328764"
                atv                     =   "32.739261296701585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688930);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0399019769269"
                atv                     =   "34.26338510688733"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688931);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.841637885523255"
                atv                     =   "35.803423123246404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688932);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06982966389023"
                atv                     =   "27.76079292850824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688933);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.90346768655462"
                atv                     =   "28.679434556612758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688934);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.76414265632428"
                atv                     =   "32.57780344451933"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688935);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.687646848794486"
                atv                     =   "33.2786028525466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688936);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8469664621677"
                atv                     =   "26.20152684702573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688937);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00133667794495"
                atv                     =   "26.793812949185355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688938);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90711324177448"
                atv                     =   "27.360233057107866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688939);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01556790984159"
                atv                     =   "28.392185229246472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688940);"
                    
                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(189, 16, 224, 0.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91735169220749"
                atv                     =   "28.964935482765863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688941);"
                    
                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.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94579084888676"
                atv                     =   "29.486209535221338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688942);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.7928594035036"
                atv                     =   "30.208239499596026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688943);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.55769676316146"
                atv                     =   "30.85944370726039"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688944);"
                    
                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.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.298802625166616"
                atv                     =   "31.475606899689666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688945);"
                    
                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(189, 16, 224, 0.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.92547390330964"
                atv                     =   "42.910050035245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688946);"
                    
                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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.04148135133147"
                atv                     =   "34.412318795113045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688947);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.968563012163088"
                atv                     =   "43.28118611173407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688948);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9326458753946"
                atv                     =   "44.994862754126764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688949);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.209730732451305"
                atv                     =   "46.56765500672059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688950);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.165406209280832"
                atv                     =   "37.215446849433455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688951);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.383714534981152"
                atv                     =   "37.74427572530727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688952);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.286642231669191"
                atv                     =   "38.32188404550258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688953);"
                    
                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(189, 16, 224, 0.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.332509951460736"
                atv                     =   "38.82488798496282"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688954);"
                    
                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.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.375865669868176"
                atv                     =   "39.31411830978825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688955);"
                    
                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(189, 16, 224, 0.78);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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.429472327744804"
                atv                     =   "39.84038863428458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688956);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.447574957336769"
                atv                     =   "43.53575439638658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688957);"
                    
                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(189, 16, 224, 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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.999498937690987"
                atv                     =   "36.58818765821622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688958);"
                    
                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.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                    =   "7834"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88230590646674"
                atv                     =   "50.58385880190818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688959);"
                    
                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                    =   "7835"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.17859242835368"
                atv                     =   "45.52423320028513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688960);"
                    
                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.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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.43775713972323"
                atv                     =   "44.6679342589191"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688961);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.36987491473488"
                atv                     =   "42.060360547279345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688962);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.9372304763742"
                atv                     =   "40.58674041758416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688963);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.25618413348826"
                atv                     =   "41.032858176131455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688964);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.50773905972147"
                atv                     =   "44.473565850716255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688965);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.88244650940692"
                atv                     =   "48.30098754405872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688966);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.82493612415124"
                atv                     =   "50.1302372063549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688967);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.2623905849871"
                atv                     =   "49.355835429180516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688968);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.6443212714119"
                atv                     =   "58.94252367046258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688969);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.27379136072128"
                atv                     =   "56.36693886099875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688970);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.2961047002292"
                atv                     =   "51.081145732300875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688971);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.87880289638053"
                atv                     =   "64.69587714790407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688972);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.41662847786162"
                atv                     =   "61.233101976839606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688973);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.33717457505983"
                atv                     =   "56.97330368526004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688974);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.21077770141503"
                atv                     =   "54.093882502299444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688975);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.62482123511717"
                atv                     =   "69.5836314233281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688976);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.23853688449287"
                atv                     =   "63.62201232788021"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688977);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.9899536684115"
                atv                     =   "59.78011510164063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688978);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.15047030500415"
                atv                     =   "55.64401604291938"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688979);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.025829881751"
                atv                     =   "73.50887478228846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688980);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.63096784903814"
                atv                     =   "69.46814083558525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688981);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.4679442563645"
                atv                     =   "65.83412834193435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688982);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.311154554785"
                atv                     =   "61.854271312172926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688983);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77745820505089"
                atv                     =   "57.10318322348312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688984);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.43749877533952"
                atv                     =   "39.83790876179883"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688985);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.17381263726273"
                atv                     =   "37.66581280979923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688986);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.5452404200642"
                atv                     =   "42.68209284471385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688987);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.4494394481075"
                atv                     =   "40.155245631709704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688988);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.27893810019788"
                atv                     =   "36.55960342218572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688989);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.49828362595144"
                atv                     =   "34.413912912139985"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688990);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.57616331622125"
                atv                     =   "38.57483253116961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688991);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.90790611060743"
                atv                     =   "36.150453471985415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688992);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.85656167819283"
                atv                     =   "31.934619252130833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688993);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.56985832508929"
                atv                     =   "29.52399609086147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688994);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.89573100688068"
                atv                     =   "31.118306377471324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688995);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.07540763000986"
                atv                     =   "33.88529427819653"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688996);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24689382569903"
                atv                     =   "40.46703823883202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688997);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.96625495944832"
                atv                     =   "38.660241714714516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688998);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_688999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.5381142037003"
                atv                     =   "42.292543358981135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688999);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.03645453209487"
                atv                     =   "40.05411276275105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689000);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20040119616368"
                atv                     =   "37.34342887697835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689001);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.27855796383017"
                atv                     =   "36.739533554323366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689002);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8121684822985"
                atv                     =   "34.80179885173946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689003);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.2482709726055"
                atv                     =   "33.33757535236327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689004);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.04501752421768"
                atv                     =   "33.86575205643527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689005);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.99130237466687"
                atv                     =   "34.476627880769435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689006);"
                    
                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(250, 100, 0, 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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.23133895631591"
                atv                     =   "34.76439597424885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689007);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01214245509311"
                atv                     =   "36.96265777829187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689008);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.92174530797527"
                atv                     =   "37.88579259498975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689009);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.00937419109587"
                atv                     =   "38.64774745932513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689010);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.45422892405003"
                atv                     =   "41.02948443526622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689011);"
                    
                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.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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.50047731415148"
                atv                     =   "40.42003515728928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689012);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35415292229052"
                atv                     =   "43.052452303718255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689013);"
                    
                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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.1459453876979"
                atv                     =   "44.21204745062069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689014);"
                    
                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.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                    =   "7835"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.02681623047675"
                atv                     =   "64.12052654815469"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689015);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.08099226190404"
                atv                     =   "20.08021191793101"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689016);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-99.20524690570608"
                atv                     =   "14.598515767580682"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689017);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.7696427431839652"
                atv                     =   "12.744346016327807"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689018);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.87551183066125"
                atv                     =   "23.14124053356982"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689019);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "6.173968147017376"
                atv                     =   "24.216772542826238"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689020);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.071574748190926"
                atv                     =   "17.15187335876679"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689021);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-74.71473274892747"
                atv                     =   "7.531057861950279"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689022);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.39493195950325"
                atv                     =   "11.48714608819"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689023);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-115.0062229260025"
                atv                     =   "13.097887371172453"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689024);"
                    
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.51602982691946"
                atv                     =   "81.63540038860799"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-122.91084848074769"
                atv                     =   "8.46057365944273"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.30840974521092"
                atv                     =   "11.482918706336184"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.85262599004386"
                atv                     =   "11.885927302089302"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.611482605436265"
                atv                     =   "44.77219942748264"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.74284835707863"
                atv                     =   "26.850928303226237"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.41684289463427"
                atv                     =   "6.072491375237461"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-122.49465325995561"
                atv                     =   "19.76641556490054"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.60957346604405"
                atv                     =   "46.49651932414807"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.0956244850122"
                atv                     =   "41.64519676735248"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-149.46644969013775"
                atv                     =   "16.728254130685944"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.64024985322732"
                atv                     =   "22.771157745483627"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.16679638143745"
                atv                     =   "23.115654369081188"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689037);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.29326754491646"
                atv                     =   "11.654670926226725"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689038);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.216107469614883"
                atv                     =   "-1.6820364909116394"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689039);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                        <hotspot name               =   "spot_689040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.48109025034734"
                atv                     =   "3.04051130731388"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689040);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7836"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22581">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14651"
                        atv                =    "52.19531948172203"
                        ath                =    "-11.675142362288351"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-15.761228813086" atv="14.03466510572" />
                                        <point ath="48.292994289838" atv="87.058822088144" />
                                        <point ath="163.0363440678" atv="15.758623800505" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14651_text"
                        atv                =    "52.19531948172203"
                        ath                =    "-11.675142362288351"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦申路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14652"
                        atv                =    "53.6286821403106"
                        ath                =    "74.3183777067743"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="73.901290042125" atv="16.910883775848" />
                                        <point ath="-109.86548498231" atv="80.632616112995" />
                                        <point ath="-106.47737695093" atv="9.2493091669416" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14652_text"
                        atv                =    "53.6286821403106"
                        ath                =    "74.3183777067743"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桦路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22584"
            title                       =   "2期区位"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/thumb.jpg"
            fenzuid                     =   "7836"
            parent_fenzuid              =   "7835"
            lat                         =   "31.102490"
            lng                         =   "121.489314"
            heading                     =   ""
            scene_id                    =   "22584"
            pano_id                     =   "689"
            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                =   "-60.033500562528"
            hotspot_fenzu               =   '[{"id":524568,"pano_id":689,"view_id":22584,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":288,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524568,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-19.249209459412'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-60.033500562528"
                vlookat                 =   "42.73057074757"
                fovtype                 =   "MFOV"
                fov                     =   "95"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_689438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.11150171841794"
                atv                     =   "58.16571378538349"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689438);"
                    
                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                    =   "7843"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59456446673411"
                atv                     =   "26.731994650967764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689439);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83584297619745"
                atv                     =   "33.859808700159434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689440);"
                    
                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.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20881360328974"
                atv                     =   "36.579242713197026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689441);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.34502366254264"
                atv                     =   "40.11345158377879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689442);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.24954381053612"
                atv                     =   "43.596011341965195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689443);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.72812973494001"
                atv                     =   "49.08102162239862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689444);"
                    
                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.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50384682800438"
                atv                     =   "54.61829400827342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689445);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.826108590453146"
                atv                     =   "61.14460050627251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689446);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7062802902816"
                atv                     =   "67.6756648713395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689447);"
                    
                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.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28775375860886"
                atv                     =   "74.92895076288191"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689448);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49005671005398"
                atv                     =   "75.80828107600179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689449);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.29064288518822"
                atv                     =   "63.85166833500325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689450);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.12138579954535"
                atv                     =   "54.94988028366208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689451);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47939523412526"
                atv                     =   "47.42715647443827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689452);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07846865891747"
                atv                     =   "41.6299958301025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689453);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.46780842403166"
                atv                     =   "37.14670688960245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689454);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.88126495808831"
                atv                     =   "33.277320861196706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689455);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15119353893101"
                atv                     =   "32.810299813061526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689456);"
                    
                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.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.16482510111052"
                atv                     =   "36.597677612888134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689457);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82154164470774"
                atv                     =   "40.28896017091909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689458);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3066110982846"
                atv                     =   "50.82286940365827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689459);"
                    
                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.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.48984894463652"
                atv                     =   "55.82934196428407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689460);"
                    
                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(189, 16, 224, 0.78);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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.07391128747417"
                atv                     =   "63.16223554870771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689461);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.9347598698125"
                atv                     =   "71.53112560797139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689462);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.5796455270395"
                atv                     =   "64.78116966323452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689463);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.9909014111702"
                atv                     =   "59.72669118615966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689464);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75388058044871"
                atv                     =   "52.636587551400986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689465);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.74714738389429"
                atv                     =   "47.99679025727488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689466);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74243426820391"
                atv                     =   "40.14782509205788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689467);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54651799286643"
                atv                     =   "35.61410138044612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689468);"
                    
                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(189, 16, 224, 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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.09140927641852"
                atv                     =   "32.368756269128944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689469);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.82927588524754"
                atv                     =   "31.54324850318782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689470);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.02700237037689"
                atv                     =   "36.031287908822435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689471);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.703790407045"
                atv                     =   "40.43365461362804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689472);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8089157909822"
                atv                     =   "51.7615260464993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689473);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.5238921609846"
                atv                     =   "51.60710602401975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689474);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.94428720441203"
                atv                     =   "49.3703628199494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689475);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97605342811252"
                atv                     =   "45.122323647473046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689476);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17770668605044"
                atv                     =   "38.90016869810542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689477);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1378757250508"
                atv                     =   "35.94370869928011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689478);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.95697005294474"
                atv                     =   "33.4608155479095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689479);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3797536302603"
                atv                     =   "31.129023762024797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689480);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.02717726584402"
                atv                     =   "29.914628770346127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689481);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80522500601907"
                atv                     =   "32.50015433558525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689482);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.38741804366552"
                atv                     =   "44.73674595971799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689483);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.4408928818014"
                atv                     =   "46.425724885573736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689484);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.61553205050882"
                atv                     =   "45.91233762985921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689485);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.70998040377893"
                atv                     =   "40.95801862751573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689486);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.8446881254032"
                atv                     =   "34.65159026916019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689487);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.7132295813399"
                atv                     =   "31.301334400710967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689488);"
                    
                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.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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67038135646348"
                atv                     =   "28.623759074611588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689489);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.58605502935652"
                atv                     =   "27.699234281960976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689490);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42908898172809"
                atv                     =   "30.042988175459836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689491);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.675198826485"
                atv                     =   "32.59524248094135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689492);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.47012477952171"
                atv                     =   "35.83624364929659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689493);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.720811355603"
                atv                     =   "38.46226872415921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689494);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.4025072866071"
                atv                     =   "41.93229786916526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689495);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.76206880137897"
                atv                     =   "42.26433481201948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689496);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.392825920448"
                atv                     =   "38.459722761902015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689497);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.68086028272043"
                atv                     =   "36.72796338188476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689498);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.6365493746017"
                atv                     =   "35.65715667757138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689499);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.25580520133605"
                atv                     =   "34.12672687031534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689500);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.91344114561903"
                atv                     =   "31.944544647032046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689501);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.90812955136047"
                atv                     =   "29.993688494101523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689502);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39822752537472"
                atv                     =   "28.307511246031904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689503);"
                    
                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                    =   "7843"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.78388873237674"
                atv                     =   "17.068716810487594"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689504);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.27265727342831"
                atv                     =   "20.82294011217036"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689505);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.1130823461729165"
                atv                     =   "64.74730171757714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689506);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江柳路400弄小区"
                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;]江柳路400弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7844"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.541226794984595"
                atv                     =   "55.22195105133017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689507);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.643948475833895"
                atv                     =   "40.44084795339747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689508);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.414782245322726"
                atv                     =   "37.8208336623914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689509);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40007444462634"
                atv                     =   "36.28610454307948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689510);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.65249050615546"
                atv                     =   "38.20771725619167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689511);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48114918903616"
                atv                     =   "36.4211066316163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689512);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04655952480829"
                atv                     =   "35.03360060064799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689513);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76824219955108"
                atv                     =   "33.46899286761247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689514);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95780750543793"
                atv                     =   "34.55718289732844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689515);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.852248945990425"
                atv                     =   "31.344133272000434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689516);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.930219916854696"
                atv                     =   "31.50515100808879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689517);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94413548977468"
                atv                     =   "33.265486492875475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689518);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.970469667150724"
                atv                     =   "35.85016844603618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689519);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.992584588394266"
                atv                     =   "39.02120781433923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689520);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76416038027298"
                atv                     =   "40.61511436727174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689521);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96386004351615"
                atv                     =   "42.54432666497065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689522);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.541885393209554"
                atv                     =   "52.003016484168235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689523);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.38344537477326"
                atv                     =   "50.5263692094146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689524);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.041036322618766"
                atv                     =   "55.826022328489834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689525);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.835483098328837"
                atv                     =   "59.39198824930581"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689526);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.921860996589658"
                atv                     =   "53.51710168864981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689527);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.170701637830291"
                atv                     =   "57.05541438869511"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689528);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.972539948615804"
                atv                     =   "62.122433138737826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689529);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.267262610850025"
                atv                     =   "67.15588307821776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689530);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.320943044884302"
                atv                     =   "70.16126712062851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689531);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90007561171717"
                atv                     =   "65.84510575838469"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689532);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42133604267087"
                atv                     =   "59.86962004403388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689533);"
                    
                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                    =   "7844"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7096998158587"
                atv                     =   "46.94128555870559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689534);"
                    
                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                    =   "7845"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64239952857525"
                atv                     =   "32.54973293550624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689535);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.31441947137728"
                atv                     =   "35.75122571302592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689536);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.05636382804897"
                atv                     =   "36.14484886702558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689537);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.55130608135414"
                atv                     =   "38.29761288119819"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689538);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.51861452081783"
                atv                     =   "45.42926803015577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689539);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.643745593892845"
                atv                     =   "48.6557497558729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689540);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68139727300337"
                atv                     =   "33.04772637196064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689541);"
                    
                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: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.26139995060811"
                atv                     =   "32.168285162504596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689542);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.38427121264016"
                atv                     =   "31.32559230040055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689543);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.10891067075323"
                atv                     =   "30.55252111090648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689544);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36802634271515"
                atv                     =   "29.790918469359646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689545);"
                    
                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: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.65520561960557"
                atv                     =   "29.139226333712624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689546);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.40077089567444"
                atv                     =   "28.120169582749348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689547);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.395480469324525"
                atv                     =   "26.782812898110656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689548);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.344150913165095"
                atv                     =   "32.41847248796244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689549);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.257733594082367"
                atv                     =   "32.46211847885887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689550);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.579473320581542"
                atv                     =   "33.06505846553882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689551);"
                    
                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: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.012045732846275"
                atv                     =   "32.204814304885915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689552);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.4139031148149"
                atv                     =   "31.98280406311939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689553);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.563297234075833"
                atv                     =   "34.78682381806135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689554);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15097493053918"
                atv                     =   "34.77659974591842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689555);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.12670277457511"
                atv                     =   "34.12007763167826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689556);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.185532080357575"
                atv                     =   "33.845947981489005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689557);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.307983501258434"
                atv                     =   "36.34222613027345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689558);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.557430865840615"
                atv                     =   "36.21323669933473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689559);"
                    
                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: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8296507651213"
                atv                     =   "35.377430608747176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689560);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.239864102500235"
                atv                     =   "34.93214779871173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689561);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.722624753423815"
                atv                     =   "35.09637817720497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689562);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.100885994384498"
                atv                     =   "36.462787452511186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689563);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.634273013637426"
                atv                     =   "37.835153010807346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689564);"
                    
                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: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.21260823908949"
                atv                     =   "39.82996851358767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689565);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44979881424848"
                atv                     =   "40.223593629445126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689566);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.222116290298345"
                atv                     =   "39.25190934499601"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689567);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.90623276305814"
                atv                     =   "38.97616632640812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689568);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19476969697445"
                atv                     =   "38.580862586361064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689569);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54589838256044"
                atv                     =   "38.068451355248264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689570);"
                    
                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: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.869465207088865"
                atv                     =   "37.7338421918645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689571);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.15239533434942"
                atv                     =   "44.097864671652374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689572);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.420921872871077"
                atv                     =   "43.93751460625626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689573);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31986011337386"
                atv                     =   "43.66175478828255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689574);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.8209625791398"
                atv                     =   "43.35040595097431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689575);"
                    
                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: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.53885964343931"
                atv                     =   "42.87616559975305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689576);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13691084272159"
                atv                     =   "41.26304046627796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689577);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.088707586539385"
                atv                     =   "40.764709897927446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689578);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.920257530262234"
                atv                     =   "40.18731182729223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689579);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.212202869206465"
                atv                     =   "39.59299609183146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689580);"
                    
                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: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99155189018694"
                atv                     =   "36.73758582599447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689581);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.442386073176806"
                atv                     =   "35.697944899705725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689582);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.302448664594124"
                atv                     =   "35.78576143984671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689583);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.38701724785756"
                atv                     =   "34.59066726458178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689584);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.39626569582333"
                atv                     =   "34.03970758572293"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689585);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28389927649727"
                atv                     =   "33.49689066327251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689586);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.25385786578153"
                atv                     =   "32.93923342320042"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689587);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32012603456951"
                atv                     =   "32.450467799131765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689588);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97247809487129"
                atv                     =   "30.226608208922546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689589);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.07059384514304"
                atv                     =   "29.53545747834806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689590);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17231242663541"
                atv                     =   "28.966134278745432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689591);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52307330525201"
                atv                     =   "30.214491786994937"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689592);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.5395307727477"
                atv                     =   "31.009353394306338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689593);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.39323527971953"
                atv                     =   "31.870456708876848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689594);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.96128607012281"
                atv                     =   "33.56728506780124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689595);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.91322834398187"
                atv                     =   "34.33286086334223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689596);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87752567880955"
                atv                     =   "34.94584069372155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689597);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96840492760725"
                atv                     =   "35.42652179624147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689598);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.45585371966541"
                atv                     =   "36.25207229525981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689599);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25586761519708"
                atv                     =   "36.96141636621218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689600);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69898829523322"
                atv                     =   "37.88733893850948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689601);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09358281618972"
                atv                     =   "42.43031282810585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689602);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47177689886365"
                atv                     =   "43.38400308691736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689603);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.630424052243825"
                atv                     =   "44.56127959742225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689604);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.67447644812688"
                atv                     =   "45.15366476272198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689605);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39954948968915"
                atv                     =   "45.820420053778456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689606);"
                    
                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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.880079622214566"
                atv                     =   "28.84147093207011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689607);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84477887738319"
                atv                     =   "28.129231377414296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689608);"
                    
                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: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49091942321576"
                atv                     =   "27.54048122800931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689609);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33069506891485"
                atv                     =   "30.135845363093118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689610);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.492159558507524"
                atv                     =   "28.763010217314463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689611);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.690162419712465"
                atv                     =   "31.242781591904052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689612);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37739386808545"
                atv                     =   "30.400308218670304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689613);"
                    
                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: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.14814787844682"
                atv                     =   "29.592597320178328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689614);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.78441050634757"
                atv                     =   "28.174327893654063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689615);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.22818786122667"
                atv                     =   "27.62795098207574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689616);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05487644737343"
                atv                     =   "26.9662542483879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689617);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.915729554005054"
                atv                     =   "29.579306045835065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689618);"
                    
                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(189, 16, 224, 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                    =   "7846"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.97381327547095"
                atv                     =   "66.4680237702128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦驰路1659弄小区"
                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;]浦驰路1659弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7847"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7962894036043"
                atv                     =   "61.769673436899886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689620);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.32781237576467"
                atv                     =   "37.72388573229865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689621);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.8095056140224"
                atv                     =   "38.12946955318327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689622);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.9289513607244"
                atv                     =   "42.947321392352194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689623);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.9348942039324"
                atv                     =   "41.831657143119315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689624);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.39424804145716"
                atv                     =   "41.049756352539774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689625);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.3277337503039"
                atv                     =   "39.62043314985373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689626);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.6535314956563"
                atv                     =   "46.2154112669594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689627);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.52573609880395"
                atv                     =   "45.110568484145986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689628);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.41555876410177"
                atv                     =   "44.026848106733524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689629);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.9166502346953"
                atv                     =   "41.81693675586895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689630);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.15655754087544"
                atv                     =   "49.639146717711604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689631);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.3397773038755"
                atv                     =   "48.348915743633356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689632);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.1189790673615"
                atv                     =   "46.97810236039028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689633);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.93828000904193"
                atv                     =   "44.35096753508634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689634);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.26091164452663"
                atv                     =   "52.45128304729918"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689635);"
                    
                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.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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.1699320357123"
                atv                     =   "51.18766273496965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689636);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.43088631625255"
                atv                     =   "49.68856221455186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689637);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.37303608977714"
                atv                     =   "60.706470523763926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689638);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.47534747596188"
                atv                     =   "62.865675634047854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689639);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.02792366374405"
                atv                     =   "57.64947432680549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689640);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.7378053055754"
                atv                     =   "55.13811559399326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689641);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.78259990931298"
                atv                     =   "69.87579990329218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689642);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.35968360960797"
                atv                     =   "65.45048854943185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689643);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.92908845365181"
                atv                     =   "61.64433825317272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689644);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.31843363743715"
                atv                     =   "56.298790976768196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689645);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.81466392699471"
                atv                     =   "59.03479486961631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689646);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.0709775649007"
                atv                     =   "65.05830329060034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689647);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.73935798124728"
                atv                     =   "69.449846095666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689648);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.10592653044276"
                atv                     =   "74.3693943924584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689649);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.4472873281871"
                atv                     =   "78.89184053174203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689650);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.85821370845784"
                atv                     =   "71.80092158613031"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689651);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.32613241397584"
                atv                     =   "66.56111695707366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689652);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.43704414784298"
                atv                     =   "60.16934499033552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689653);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94320275626046"
                atv                     =   "79.75307487760156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689654);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.78698052945015"
                atv                     =   "77.53887619425366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689655);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.65609231685721"
                atv                     =   "69.62359267766946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689656);"
                    
                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(208, 2, 27, 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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.29786510120613"
                atv                     =   "36.47135495252821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689657);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.6828398069149"
                atv                     =   "37.621170181480444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689658);"
                    
                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                    =   "7847"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.2565024131868"
                atv                     =   "30.09410919654081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689659);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.89500970082429"
                atv                     =   "39.29221464718192"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689660);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-103.16164735950701"
                atv                     =   "37.28412918917479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689661);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-103.64869567901445"
                atv                     =   "35.308180260106525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689662);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.47241822390771"
                atv                     =   "42.0942835339354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689663);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50588248809092"
                atv                     =   "45.3697952211603"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689664);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.04131299521953"
                atv                     =   "45.2037283447705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689665);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13307814208662"
                atv                     =   "44.93663549820622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689666);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.27547895926566"
                atv                     =   "44.62375209588272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689667);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98506799368059"
                atv                     =   "39.932882196392086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689668);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.6598651608004"
                atv                     =   "41.86511845242687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689669);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.86336248079704"
                atv                     =   "39.36956997847305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689670);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.41898792531362"
                atv                     =   "38.353075722376815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689671);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.5370983756055"
                atv                     =   "36.70271529507502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689672);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.70533082180148"
                atv                     =   "36.335637828853265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689673);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54582843036906"
                atv                     =   "33.9781629474886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689674);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76773856262335"
                atv                     =   "34.10386362493048"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689675);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84478609462306"
                atv                     =   "34.117314734121486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689676);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21141937578042"
                atv                     =   "33.91294232138656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689677);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.60064529056064"
                atv                     =   "42.51856447490424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689678);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.35930512429653"
                atv                     =   "38.062508732645966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689679);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.94408197192607"
                atv                     =   "35.745688873478265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689680);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.96624109186754"
                atv                     =   "33.66638946933017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689681);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.36783874510192"
                atv                     =   "40.903083748785924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689682);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.0915039543823"
                atv                     =   "37.98663164476195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689683);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.70207207139035"
                atv                     =   "34.48639736546181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689684);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.76920716321669"
                atv                     =   "31.929862339678284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689685);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.0569558433459"
                atv                     =   "38.83711437021523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689686);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.49845287130103"
                atv                     =   "36.90600191585102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689687);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.83061803279506"
                atv                     =   "32.96544248422974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689688);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.3302163585716"
                atv                     =   "31.690969294943525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689689);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.4137908794599"
                atv                     =   "47.384679481188655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689690);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.71714346679417"
                atv                     =   "48.26775675162454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689691);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.52121674120139"
                atv                     =   "51.81837595059974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689692);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.24928107670596"
                atv                     =   "47.258434529398556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689693);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.73971861438258"
                atv                     =   "50.4466304907828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689694);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.09653130416268"
                atv                     =   "47.4589846657433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689695);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.91712439407434"
                atv                     =   "44.93183322362078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689696);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.0613527906446"
                atv                     =   "42.83015600636621"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689697);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.55363441860226"
                atv                     =   "44.135234180782064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689698);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.90963920108717"
                atv                     =   "39.50480923886121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689699);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.2998522843069"
                atv                     =   "41.04231980195337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689700);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.4985041631075"
                atv                     =   "37.84936906807997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689701);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.50366264917068"
                atv                     =   "35.62584142005362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689702);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.35477207729747"
                atv                     =   "33.90380109152358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689703);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.73853202385322"
                atv                     =   "34.3308959269139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689704);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.63792899878044"
                atv                     =   "33.15901037901682"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689705);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.2808526939966"
                atv                     =   "37.04701318422979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689706);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.58025983669648"
                atv                     =   "35.69616359017205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689707);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.1080908794288"
                atv                     =   "30.849456484807764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689708);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69082172724123"
                atv                     =   "30.428124533627436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689709);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.67444635635113"
                atv                     =   "32.38824919731972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689710);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.7427415542516"
                atv                     =   "31.013606720895517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689711);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.42208880283238"
                atv                     =   "30.198487008480683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689712);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.3732457356003"
                atv                     =   "29.7559591461176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689713);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.97070728923876"
                atv                     =   "28.98140548237258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689714);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.25502616980734"
                atv                     =   "37.07464555334837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689715);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.57791182879777"
                atv                     =   "38.2634459629449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689716);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.79897268508702"
                atv                     =   "34.78278597368658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689717);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.6265031120836"
                atv                     =   "32.985298794339634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689718);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.8064595850032"
                atv                     =   "29.714092953230043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689719);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5989345726926"
                atv                     =   "28.402730701180005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689720);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.85856671450296"
                atv                     =   "28.001269520598154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689721);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.5638757982766"
                atv                     =   "28.758608926871727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689722);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.54173397818687"
                atv                     =   "29.88298950236903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689723);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.85240126321935"
                atv                     =   "31.475214397083978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689724);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.42791589008084"
                atv                     =   "41.97292286895846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689725);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77579567414062"
                atv                     =   "33.18988107971045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689726);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.4724926144794"
                atv                     =   "39.39607295546758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689727);"
                    
                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                    =   "7848"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.8411782757429"
                atv                     =   "35.54947094418962"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689728);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.407110994336165"
                atv                     =   "9.743092534107818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689729);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.63978731603356"
                atv                     =   "12.43719487923863"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689730);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.98441072574349"
                atv                     =   "15.001313106019229"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689731);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-87.02610327929875"
                atv                     =   "18.993293857881802"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689732);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.25876003158425"
                atv                     =   "22.990387827547835"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689733);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.0959805781253"
                atv                     =   "7.489019755877022"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.24002965620878"
                atv                     =   "11.111200880262865"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689735);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.29840263712438"
                atv                     =   "9.552959139499938"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689736);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-5.1824198930690955"
                atv                     =   "13.582236452477067"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689737);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.453435200207934"
                atv                     =   "8.567820109576651"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689738);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.88566513881574"
                atv                     =   "14.833995445745332"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689739);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.32676316240895"
                atv                     =   "12.040903650185449"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689740);"
                    
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.499369289654226"
                atv                     =   "13.624744524766937"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689741);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.966383029905955"
                atv                     =   "22.282527386398904"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689742);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689743);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.58960877035332"
                atv                     =   "32.91527861206768"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689744);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.48234031938307"
                atv                     =   "39.468139186690635"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689745);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.56198087232917"
                atv                     =   "20.97417333531872"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689746);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.09131705038538"
                atv                     =   "48.801751601597914"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689747);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "105.67448556424605"
                atv                     =   "43.913981353836704"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689748);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.67886191991374"
                atv                     =   "21.039332826461248"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "148.66280588359768"
                atv                     =   "20.60042188644741"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "153.66999988035104"
                atv                     =   "11.629379377784186"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.85999704529095"
                atv                     =   "11.451202902159835"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689752);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.40219833295916"
                atv                     =   "10.106669427933932"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689753);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.53377195519727"
                atv                     =   "18.97708259832922"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689754);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.92355317272268"
                atv                     =   "15.195935259806504"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689755);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.93144039543873"
                atv                     =   "14.911448730811651"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689756);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593702936804"
                atv                     =   "3.436947340854455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689757);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8503253530592"
                atv                     =   "6.747398186712292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689758);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7849"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.24485473810194"
                atv                     =   "63.900679401518126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689759);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71396665569489"
                atv                     =   "67.41276800227091"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689760);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.151418246493"
                atv                     =   "60.042833276413695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689761);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66702220553555"
                atv                     =   "56.38963803494704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689762);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.94554747087648"
                atv                     =   "53.2902774391059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689763);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.56935476871206"
                atv                     =   "57.56402009895479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689764);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.239717897134256"
                atv                     =   "59.92918863641218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689765);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97775954183851"
                atv                     =   "62.936984062042534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689766);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.55709414946722"
                atv                     =   "56.30486063824666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689768);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.342010170037554"
                atv                     =   "54.800983289187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689769);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.908978241869875"
                atv                     =   "53.51361232909163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689770);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79843198611803"
                atv                     =   "51.0668547357199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689771);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.584084014345024"
                atv                     =   "49.390020949388514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689772);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.6825353260279"
                atv                     =   "47.53506269239015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689773);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54818024604793"
                atv                     =   "37.92941154043394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689774);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.08301583246316"
                atv                     =   "39.90695672160383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689775);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.64917176474177"
                atv                     =   "43.15291967577259"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689776);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.34243158963051"
                atv                     =   "41.60093902956577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689777);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79250270697867"
                atv                     =   "40.931740636134414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689778);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50472307462286"
                atv                     =   "38.91130694076931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689779);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30053879916034"
                atv                     =   "37.223529756731075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689780);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.58580058918625"
                atv                     =   "35.43537878360941"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689781);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.32633945630658"
                atv                     =   "33.7718851770861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689782);"
                    
                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(250, 100, 0, 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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35603191879466"
                atv                     =   "33.496864159631855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689783);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90757201874385"
                atv                     =   "33.20708452174298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689784);"
                    
                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.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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                        <hotspot name               =   "spot_689785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.486320384809574"
                atv                     =   "68.23447568239253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689785);"
                    
                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                    =   "7845"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22584">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14657"
                        atv                =    "52.334022079038945"
                        ath                =    "-92.9872023679099"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="68.91005137024" atv="20.870972790231" />
                                        <point ath="29.141235812772" atv="75.240380457819" />
                                        <point ath="-102.70865226721" atv="23.553412037051" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14657_text"
                        atv                =    "52.334022079038945"
                        ath                =    "-92.9872023679099"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江柳路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14658"
                        atv                =    "49.728616561939106"
                        ath                =    "-16.406032380674787"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-16.724995412626" atv="19.92092525646" />
                                        <point ath="159.21260695942" atv="76.142006534337" />
                                        <point ath="162.65591093931" atv="16.543029824002" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14658_text"
                        atv                =    "49.728616561939106"
                        ath                =    "-16.406032380674787"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦驰路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22582"
            title                       =   "348期区位"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/thumb.jpg"
            fenzuid                     =   "7836"
            parent_fenzuid              =   "7835"
            lat                         =   "31.097169"
            lng                         =   "121.491188"
            heading                     =   ""
            scene_id                    =   "22582"
            pano_id                     =   "689"
            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                =   "-17.329669782166"
            hotspot_fenzu               =   '[{"id":524566,"pano_id":689,"view_id":22582,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":286,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524566,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-18.121012295724'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-17.329669782166"
                vlookat                 =   "51.49461911162"
                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/1/pano/ef71e56680726ec7/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef71e56680726ec7/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_689041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28201927667965"
                atv                     =   "37.50964200663447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689041);"
                    
                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                    =   "7837"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47423622438748"
                atv                     =   "23.956695528125223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689042);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67292533536533"
                atv                     =   "39.525994524338465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689043);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.912217395801974"
                atv                     =   "53.22685192762652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689044);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.32927837844875"
                atv                     =   "52.619276151520644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689045);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.7967291074641"
                atv                     =   "51.81638781096258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689046);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.642213664771646"
                atv                     =   "51.3882565345104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689047);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91568320027574"
                atv                     =   "48.963406170551934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689048);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3020529881893"
                atv                     =   "45.30477369398001"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689049);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.314737606365952"
                atv                     =   "42.5815565828752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689050);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.348910266833"
                atv                     =   "42.121072725887544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689051);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.97980504652321"
                atv                     =   "41.38987202660989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689052);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.940687232539346"
                atv                     =   "40.68758857359792"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689053);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25091338838598"
                atv                     =   "38.851738750355295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689054);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95817015952207"
                atv                     =   "37.25642993420696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689055);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.9736664063235"
                atv                     =   "35.36897348405556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689056);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.33999033636229"
                atv                     =   "35.07331018830625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689057);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80878122745111"
                atv                     =   "34.636499374250725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689058);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.898797548348796"
                atv                     =   "34.00995765945346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689059);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.15617056759049"
                atv                     =   "29.460793148459807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689060);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.78835619163186"
                atv                     =   "28.924863539965134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689061);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.2788749157047"
                atv                     =   "43.07868161920463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689062);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.45007461751163"
                atv                     =   "42.36531488765257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689063);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.6834874847658"
                atv                     =   "41.46194212619406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689064);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.8642818796884"
                atv                     =   "40.64679818060323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689065);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.03350522743796"
                atv                     =   "39.965098146885836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689066);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.24228210989855"
                atv                     =   "39.21510891216735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689067);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.30193912967752"
                atv                     =   "38.57602544045951"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689068);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.40077390652061"
                atv                     =   "37.82199747446449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689069);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.95442651202097"
                atv                     =   "35.067893726639895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689070);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.16978099692523"
                atv                     =   "34.21450439466157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689071);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.23804372381198"
                atv                     =   "33.573341220232216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689072);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.39850400253573"
                atv                     =   "32.843911897441856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689073);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01891595020516"
                atv                     =   "41.392437925517356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689074);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93748179634463"
                atv                     =   "39.71765325338364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689075);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.8046129526989"
                atv                     =   "38.013867452503106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689076);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.08585257904178"
                atv                     =   "33.70855158251052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689077);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.64815204085704"
                atv                     =   "32.353773826443096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689078);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20771153244613"
                atv                     =   "30.82733510983413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689079);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22620269120125"
                atv                     =   "39.86387412767101"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689080);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.54479822753848"
                atv                     =   "38.3200737119673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689081);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97998633050167"
                atv                     =   "36.880963055234666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689082);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.73012378067915"
                atv                     =   "35.70536495809182"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689083);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.70121694362035"
                atv                     =   "32.99519545621032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689084);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.30832667927484"
                atv                     =   "32.19396342863837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689085);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.99923086964071"
                atv                     =   "31.289452316239487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689086);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.60441683257147"
                atv                     =   "30.3910855562127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689087);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.25570150067938"
                atv                     =   "37.641633018849625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689088);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.13778512048094"
                atv                     =   "34.28106988491198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689089);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37167051101989"
                atv                     =   "31.8304304547872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689090);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19936339511509"
                atv                     =   "30.836745048622113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689091);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.14038086291032"
                atv                     =   "29.938382115118742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689092);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.148318363702"
                atv                     =   "29.101848192681977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689093);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.84127041456219"
                atv                     =   "27.944658306805096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689094);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22559888065024"
                atv                     =   "26.397398787498787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689095);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.22429569048751"
                atv                     =   "32.582882989045366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689096);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.173082801424925"
                atv                     =   "30.978358587125875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689097);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35626661418394"
                atv                     =   "26.7180640620089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689098);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.667386277141645"
                atv                     =   "29.596474975754386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689099);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4462696431159"
                atv                     =   "29.084008112390173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689100);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.072951746457534"
                atv                     =   "28.564417628730002"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689101);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.31108288956938"
                atv                     =   "28.21993625850517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689102);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.976152146943605"
                atv                     =   "26.556623640223133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689103);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.15106131900848"
                atv                     =   "26.10974492647135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689104);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23864214798527"
                atv                     =   "25.597138313726454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689105);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.18713951927089"
                atv                     =   "25.218188338851803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689106);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25589845555743"
                atv                     =   "26.748976825205816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689107);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67032811824686"
                atv                     =   "26.332463992259957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689108);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61346909469546"
                atv                     =   "25.262154135837978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689109);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.282627211357806"
                atv                     =   "24.781638718034767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689110);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.5242387747403"
                atv                     =   "24.3700122081615"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689111);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06229989489265"
                atv                     =   "62.651789823255065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689112);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.66292362408461"
                atv                     =   "59.81237467639553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689113);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91093284311398"
                atv                     =   "56.94663105336037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689114);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.08689354411945"
                atv                     =   "46.27827600401993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689115);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4362631177944"
                atv                     =   "43.24551308197437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689116);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.168843767116982"
                atv                     =   "70.0508080495465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689117);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33652175479432"
                atv                     =   "69.12048924968128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689118);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.002419356957944"
                atv                     =   "67.51559982759726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689119);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65665357665682"
                atv                     =   "65.99745292799304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689120);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94924108672274"
                atv                     =   "58.88935355751906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689121);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.4002856593309"
                atv                     =   "57.4886188323573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689122);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74552134101503"
                atv                     =   "55.62068908721167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689123);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.7722239607026"
                atv                     =   "53.630026312434175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689124);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.842298332776522"
                atv                     =   "61.68116666548525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689125);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.885443300755526"
                atv                     =   "61.253913004885725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689126);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41267345899138"
                atv                     =   "60.346160464858464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689127);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97202740491019"
                atv                     =   "59.00375577015944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689128);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09191437442189"
                atv                     =   "54.14460141570595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689129);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.824222302447026"
                atv                     =   "55.92336356011299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689130);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.31737477405085"
                atv                     =   "51.42615579730493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689131);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.50994289440962"
                atv                     =   "49.61410853965003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689132);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.1179241330014"
                atv                     =   "41.44607181141009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689133);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75486345231866"
                atv                     =   "78.5063246401936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689134);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.11329960040018"
                atv                     =   "75.7822438246381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689135);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18932677343952"
                atv                     =   "72.76145336287759"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689136);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.3005595672351"
                atv                     =   "64.7893421376789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689137);"
                    
                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                    =   "7837"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.17514260949787"
                atv                     =   "36.210424814734516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689138);"
                    
                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                    =   "7838"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25615943224034"
                atv                     =   "51.82454624631171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689139);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92736301924572"
                atv                     =   "71.93741135107273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689140);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.08686890737613"
                atv                     =   "30.413068891347738"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689141);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42350710480025"
                atv                     =   "32.87378277490978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689142);"
                    
                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.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.052297025529754"
                atv                     =   "33.887666630338025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689143);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.738439490340056"
                atv                     =   "34.85352521982445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689144);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.195421541630935"
                atv                     =   "35.89554823802863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689145);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34983736527471"
                atv                     =   "29.126433231703604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689146);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47910081622808"
                atv                     =   "30.58656997944884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689147);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20844385691737"
                atv                     =   "31.80308237662199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689148);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00743903753187"
                atv                     =   "34.61746355455777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689149);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.0208065813913"
                atv                     =   "35.71993401840587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689150);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81941673287497"
                atv                     =   "37.16772508475796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689151);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.63046122743117"
                atv                     =   "38.435344745416764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689152);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.208648496252295"
                atv                     =   "29.4917660318529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689153);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.676166927202644"
                atv                     =   "30.56049313680592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689154);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.24861583408995"
                atv                     =   "31.718674584209765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689155);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8989224916437"
                atv                     =   "32.77782067549267"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689156);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96695236440223"
                atv                     =   "36.01530330856687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689157);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52939849217722"
                atv                     =   "37.91509656696639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689158);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02576543669363"
                atv                     =   "40.00646544653251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689159);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0245439429126"
                atv                     =   "32.25643180993841"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689160);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.7105138763443"
                atv                     =   "33.425818277613494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689161);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.907901233737"
                atv                     =   "36.37187217860712"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689162);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.33093752837914"
                atv                     =   "39.00182614310686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689163);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93715494760704"
                atv                     =   "40.84137782506514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689164);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49556138336982"
                atv                     =   "37.847842655961166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689165);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.19186774371849"
                atv                     =   "39.812641319494524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689166);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15536102535367"
                atv                     =   "41.35814049759784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689167);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83472034003944"
                atv                     =   "44.30024653832303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689168);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.652510507517491"
                atv                     =   "40.30660647682953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689169);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.0577391908012714"
                atv                     =   "41.45247847163443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689170);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.6241663292994417"
                atv                     =   "41.94239632108706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689171);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.119902164074915"
                atv                     =   "43.95364168526253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689172);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.188804771043692"
                atv                     =   "45.34245830202561"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689173);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.502370054174378"
                atv                     =   "46.58947359198779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689174);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.741712962286556"
                atv                     =   "47.735037663296694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689175);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.55530590481095"
                atv                     =   "50.21401250465227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689176);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.277802336912373"
                atv                     =   "51.302987446047965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689177);"
                    
                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.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7050161044176093"
                atv                     =   "52.00249539408678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689178);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.227713689594566"
                atv                     =   "52.37503588195866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689179);"
                    
                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(189, 16, 224, 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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.021647970115055"
                atv                     =   "49.078894741908144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689180);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.29305167230251"
                atv                     =   "51.50869411091474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689181);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1640482080806"
                atv                     =   "53.457063220284944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689182);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.980070882525581"
                atv                     =   "57.9572604235485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689183);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.654684607094737"
                atv                     =   "59.75690560808309"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689184);"
                    
                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(189, 16, 224, 0.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6812491949714286"
                atv                     =   "61.49092564435049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689185);"
                    
                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.78);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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10599385366146"
                atv                     =   "53.5734111937704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689186);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.329536156804124"
                atv                     =   "55.97824298123622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689187);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.131906597727834"
                atv                     =   "58.34238520690401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689188);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.826377964888707"
                atv                     =   "65.25920102695927"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689189);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.796511442699284"
                atv                     =   "67.47252927372097"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689190);"
                    
                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.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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.091363942724627"
                atv                     =   "69.47479881809468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689191);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.464419570384734"
                atv                     =   "55.736215374704564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689192);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34978014585823"
                atv                     =   "59.56011130344166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689193);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.633382525623915"
                atv                     =   "63.41002721885994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689194);"
                    
                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                    =   "7838"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.45768590712814"
                atv                     =   "44.13449081814062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689195);"
                    
                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: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;]浦江华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7839"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.7354770334132"
                atv                     =   "31.035661434719557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689196);"
                    
                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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.36283464967704"
                atv                     =   "80.22257305485374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689197);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.59595733192799"
                atv                     =   "76.1436446251379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689198);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.33543048544942"
                atv                     =   "72.42588316805588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689199);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.92686168987689"
                atv                     =   "65.04536236234729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689200);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.16134574626395"
                atv                     =   "61.20680588053217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689201);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.88703165754947"
                atv                     =   "56.62553797995045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689202);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76962797591705"
                atv                     =   "42.750168589645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689203);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17105110117572"
                atv                     =   "40.171558235417635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689204);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-108.75041797086581"
                atv                     =   "37.77756047844545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689205);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.55911871071402"
                atv                     =   "36.827613003487656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689206);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.31278933724116"
                atv                     =   "38.69078742694586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689207);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.43780011714784"
                atv                     =   "40.77444653027591"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689208);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.94982239474157"
                atv                     =   "42.90011797184435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689209);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.56915726481353"
                atv                     =   "45.98763868375623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689210);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.54322540036287"
                atv                     =   "54.98680354087067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689211);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.84950921279145"
                atv                     =   "58.84097617257099"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689212);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.8613521588104"
                atv                     =   "62.06056335773348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689213);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.57292488042603"
                atv                     =   "68.27624017241321"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689214);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.5687494214078"
                atv                     =   "57.919565739221575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689215);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.87563750380392"
                atv                     =   "71.66126841856232"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689216);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.96394085729708"
                atv                     =   "73.76587030058771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689217);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.08646039287484"
                atv                     =   "65.34089197178207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689218);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.93949988855007"
                atv                     =   "64.62339355362421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689219);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.46296914884857"
                atv                     =   "63.82585214331543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689220);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.73470321822418"
                atv                     =   "62.99394517185639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689221);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.4370620022371"
                atv                     =   "61.87247196827913"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689222);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.61665206073826"
                atv                     =   "60.85390346620683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689223);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.23004004626034"
                atv                     =   "57.942138052978194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689224);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.04997953517628"
                atv                     =   "56.30659174989559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689225);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.41411750395986"
                atv                     =   "55.05638576107654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689226);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26008055118686"
                atv                     =   "53.83253222216923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689227);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.82915070311694"
                atv                     =   "52.33994894430911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689228);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.62812961344338"
                atv                     =   "51.03798290915535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689229);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.81982630279367"
                atv                     =   "41.03730369705359"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689230);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.79592850650559"
                atv                     =   "39.86354254227208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689231);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.01162368167775"
                atv                     =   "38.98886068322014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689232);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21823507109087"
                atv                     =   "37.93732174826004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689233);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.43443071404158"
                atv                     =   "36.945605235773286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689234);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.91379594042712"
                atv                     =   "36.11126122366674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689235);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.1262015398944"
                atv                     =   "38.919619085681795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689236);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.42886091147574"
                atv                     =   "34.836171327306566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689237);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.38599375555253"
                atv                     =   "35.772436438736236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689238);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.38431864681274"
                atv                     =   "36.74442576990416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689239);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.62924901376215"
                atv                     =   "37.87590283722783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689240);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.00387585684433"
                atv                     =   "38.09762879962966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689241);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.3890669248017"
                atv                     =   "41.320458690258214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689242);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.04869478017307"
                atv                     =   "48.47602430002911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689243);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.55056183080077"
                atv                     =   "49.825454777057146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689244);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.9581958847885"
                atv                     =   "50.747689319114386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689245);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.86754369432958"
                atv                     =   "51.93364925643298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689246);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.37982318763818"
                atv                     =   "52.80586680241587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689247);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.6281553050971"
                atv                     =   "53.676480412209024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689248);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.38582591116045"
                atv                     =   "58.27219864094701"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689249);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.11639797287214"
                atv                     =   "43.907101997285075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689250);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.65583048618734"
                atv                     =   "44.57658596524856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689251);"
                    
                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.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.8494698640526"
                atv                     =   "44.42988314212905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689252);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.41472815776172"
                atv                     =   "44.36106191911779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689253);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.84046690461707"
                atv                     =   "44.04595557800801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689254);"
                    
                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.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.20990453906813"
                atv                     =   "42.912086155186124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689255);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.54587653345112"
                atv                     =   "42.904913634243314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689256);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.2213661648858"
                atv                     =   "42.67719215321572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689257);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.14620320849053"
                atv                     =   "41.80317666276518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689258);"
                    
                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(250, 100, 0, 0.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.91712126006075"
                atv                     =   "41.515632691616894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689259);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.88803264681"
                atv                     =   "41.13475440470213"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689260);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.8169523317291"
                atv                     =   "40.575671747946146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689261);"
                    
                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.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.0846755398705"
                atv                     =   "40.08057575233576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689262);"
                    
                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.78);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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.61825435608043"
                atv                     =   "39.52072497924273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689263);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.80701947506827"
                atv                     =   "34.54701124757626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689264);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.54286628303316"
                atv                     =   "33.91558613617919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689265);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.44383432509812"
                atv                     =   "33.26017432954169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689266);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.25574498740795"
                atv                     =   "32.73398009415085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689267);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.1194875242006"
                atv                     =   "32.09388574821701"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689268);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0429940941657"
                atv                     =   "31.49422128892642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689269);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.5576991267346"
                atv                     =   "29.96266855417308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689270);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.69237551712774"
                atv                     =   "30.513646142760265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689271);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.74261035854664"
                atv                     =   "30.96932754750602"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689272);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.96748546144153"
                atv                     =   "31.517180663389485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689273);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.3299294000481"
                atv                     =   "31.9199110400346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689274);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.34661321750207"
                atv                     =   "32.42218452489768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689275);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.8106690129485"
                atv                     =   "30.153025367971757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689276);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.8894839794471"
                atv                     =   "31.12793965387136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689277);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.98498109070428"
                atv                     =   "36.531605404783285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689278);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.90991610477892"
                atv                     =   "36.91833518136105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689279);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.8048478409341"
                atv                     =   "37.4253183949208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689280);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.7300432508431"
                atv                     =   "37.9810659151867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689281);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.32020562361055"
                atv                     =   "38.22090685515453"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689282);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.1634786040032"
                atv                     =   "38.60151461790409"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689283);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.25766849556481"
                atv                     =   "39.22627153981545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689284);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.00558074953062"
                atv                     =   "39.48013114674464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689285);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.55863360083828"
                atv                     =   "39.63717551980769"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689286);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.30733470814513"
                atv                     =   "39.80473242978404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689287);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.3192165703404"
                atv                     =   "39.940742155023365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689288);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.38658986618825"
                atv                     =   "40.05460969704592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689289);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.78673325910475"
                atv                     =   "35.20219371090151"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689290);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.9841285852177"
                atv                     =   "34.99386258269828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689291);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.7796482953167"
                atv                     =   "34.6293544498416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689292);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.62698230640817"
                atv                     =   "33.88575642778258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689293);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.4975864036996"
                atv                     =   "33.40461596845928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689294);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.9686405480914"
                atv                     =   "32.74734585754726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689295);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.54285685828626"
                atv                     =   "29.073133049176107"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689296);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.81526461066602"
                atv                     =   "28.51965084582255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689297);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.07165246930907"
                atv                     =   "27.916350476996165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689298);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.0717837576736"
                atv                     =   "26.29960461451961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689299);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.05538076854708"
                atv                     =   "26.77784329892445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689300);"
                    
                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(250, 100, 0, 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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.04012180542804"
                atv                     =   "27.42427895640946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689301);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.84910212612755"
                atv                     =   "26.092502448141886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689302);"
                    
                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.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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.89255582199954"
                atv                     =   "26.81387359624755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689303);"
                    
                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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.74230825597846"
                atv                     =   "30.318813575719517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689304);"
                    
                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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.93901972704873"
                atv                     =   "30.661123988013138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689305);"
                    
                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                    =   "7839"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80999834393666"
                atv                     =   "39.238640750634914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689306);"
                    
                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: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;]浦江华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7840"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42617350129791"
                atv                     =   "79.52430625551004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689307);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05678681230066"
                atv                     =   "23.941540246975073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689308);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.12206042488046"
                atv                     =   "25.918837443211025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689309);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.66608331117828"
                atv                     =   "25.53666053476972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689310);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.30135172853795"
                atv                     =   "30.359287970368843"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689311);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.90820794283334"
                atv                     =   "35.27564445635255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689312);"
                    
                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.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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91852782005364"
                atv                     =   "24.989017024188893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689313);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.49273421744698"
                atv                     =   "27.14588932101015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689314);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.64198226441258"
                atv                     =   "33.48309528124325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689315);"
                    
                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.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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.1039480926827"
                atv                     =   "31.721376046093063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689316);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93464783920027"
                atv                     =   "26.51961765993617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689317);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.12532841581125"
                atv                     =   "30.036951092395178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689318);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.96888899547952"
                atv                     =   "36.935076316821316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689319);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.82507462010392"
                atv                     =   "39.06918087621162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689320);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8875293542713"
                atv                     =   "28.002983756735066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689321);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.07485881285064"
                atv                     =   "32.21862774509168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689322);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34763940358255"
                atv                     =   "31.53428370416994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689323);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.78165668590486"
                atv                     =   "40.70965902957834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689324);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.75291039522205"
                atv                     =   "42.66651069168405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689325);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.34258197226441"
                atv                     =   "25.223517360104577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689326);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.37412015991404"
                atv                     =   "44.97659921134164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689327);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.84687405486355"
                atv                     =   "34.17455258739276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689328);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.68500696984"
                atv                     =   "49.75095551893109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689329);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.88569916265777"
                atv                     =   "37.24514938941172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689330);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40145654038466"
                atv                     =   "39.7196572611569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689331);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.82137033998194"
                atv                     =   "54.522813293118965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689332);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.2710720909497"
                atv                     =   "63.630769011194225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689333);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.23157129777871"
                atv                     =   "38.49968287415508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689334);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.97740916348494"
                atv                     =   "43.587513352234595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689335);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.57497576391708"
                atv                     =   "58.54639622421315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689336);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.76282252716777"
                atv                     =   "71.43839697235518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689337);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22596895630159"
                atv                     =   "40.695238728947494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689338);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.22432634278186"
                atv                     =   "61.403954428240084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689339);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.72863418890563"
                atv                     =   "73.52797496896052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689340);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16187289611094"
                atv                     =   "37.271826849285794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689341);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.37665433269541"
                atv                     =   "36.668382409827124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689342);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.24451760547362"
                atv                     =   "43.54192966082849"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689343);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34640939095542"
                atv                     =   "26.596202894000957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689344);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.50621741894187"
                atv                     =   "28.300333041846244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689345);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3813890786525"
                atv                     =   "26.162332063250666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689346);"
                    
                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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.83102234663994"
                atv                     =   "38.465782238516844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689347);"
                    
                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(208, 2, 27, 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                    =   "7840"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.023653831629531"
                atv                     =   "57.06770691368355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689348);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65291315069658"
                atv                     =   "51.34851040613622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689349);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.028195983839169"
                atv                     =   "86.5766343268923"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.06400085400503"
                atv                     =   "9.083773753363669"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.13310449501125"
                atv                     =   "14.606227728418425"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.59891400700332"
                atv                     =   "10.623405826539328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.04076632236348"
                atv                     =   "12.147699728019777"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-120.71260229327447"
                atv                     =   "19.417975286757255"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "24.56605758440254"
                    target_view_vlookat =   "39.02962909006442"
                    other_args          =   "view.hlookat=24.56605758440254&amp;view.vlookat=39.02962909006442&amp;view.fov=82.56714178322653"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "53.27077254266692"
                atv                     =   "9.227974536412765"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.906082219718087"
                atv                     =   "2.9894338153234528"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-34.11579643135843"
                atv                     =   "16.546179882379818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.3074028763897445"
                atv                     =   "17.357362481616896"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-45.87512071663059"
                atv                     =   "42.166041637677914"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.03544964967051"
                atv                     =   "43.11770251275607"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "128.00037100236895"
                atv                     =   "42.93672955325726"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.04019504640368"
                atv                     =   "48.86327262299962"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.55876613445969"
                atv                     =   "19.8701851444437"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.52854315430449"
                atv                     =   "10.170815016222761"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.058305348833926"
                atv                     =   "12.051831752928921"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "49.56071749260474"
                atv                     =   "17.981934536997315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.90160043937783"
                atv                     =   "19.731969166484983"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-9.560506909944536"
                atv                     =   "-1.008185357889064"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                        <hotspot name               =   "spot_689370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.47777407399394"
                atv                     =   "3.9876816016198986"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7841"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22582">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14653"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-15.537807700251" atv="17.404229103052" />
                                        <point ath="-12.792502854732" atv="81.319651408427" />
                                        <point ath="164.15764433708" atv="32.907734624264" />
                                        <point ath="164.21337158924" atv="22.227643733481" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14654"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="73.78657699524" atv="16.325970853989" />
                                        <point ath="71.577386081298" atv="58.266663444469" />
                                        <point ath="-105.21938269441" atv="21.513266814147" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_22609"
            title                       =   "江桦路200弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.107636"
            lng                         =   "121.492905"
            heading                     =   ""
            scene_id                    =   "22609"
            pano_id                     =   "689"
            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                =   "-20.831022755195"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-20.831022755195"
                vlookat                 =   "70.707028485384"
                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/1/pano/f21b210589ffa1c4/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f21b210589ffa1c4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "141.09770756206976"
                atv                     =   "4.530401687095222"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692951);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.0691152124021"
                atv                     =   "12.70014756107078"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692952);"
                    
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.554593339443841"
                atv                     =   "9.459086808639997"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692953);"
                    
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-85.40740827952146"
                atv                     =   "7.481350548394419"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692954);"
                    
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.489286311374883"
                atv                     =   "22.407979783577694"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692955);"
                    
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-108.1199360931208"
                atv                     =   "12.736225109514026"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692956);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-49.33947826391818"
                atv                     =   "3.0080300905476287"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692957);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-140.39874833992388"
                atv                     =   "13.424363301359364"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.16317586505414"
                atv                     =   "25.873740305617897"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692959);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.83552772365204"
                atv                     =   "7.060254461796224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692960);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "167.3061423138384"
                atv                     =   "8.363245970191723"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.277854749903213"
                atv                     =   "0.20549274465732742"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692962);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.34404736126947"
                atv                     =   "-1.249478413018251"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692963);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7915"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.6810286440678"
                atv                     =   "85.40093984015496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692964);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江桦路200弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.73552152074603"
                atv                     =   "64.53027809578835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692965);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.379633424061296"
                atv                     =   "43.976652179401285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692966);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.843357799434727"
                atv                     =   "57.74746620361372"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692967);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.46400073062975"
                atv                     =   "47.12137231551085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692968);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.83553852664687"
                atv                     =   "73.78367721473413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692969);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.78960002081507"
                atv                     =   "75.82929480534467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692970);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.65731885934846"
                atv                     =   "65.53193537381075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692971);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.8468448338556"
                atv                     =   "57.41462987589678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692972);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.05340415174294"
                atv                     =   "54.30091244387302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692973);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.63913850592539"
                atv                     =   "48.750823420731074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692974);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69303406242975"
                atv                     =   "44.93505917084598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692975);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.19464320437578"
                atv                     =   "42.1215133771915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692976);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94044825455305"
                atv                     =   "45.84715191122369"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692977);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.70573565796369"
                atv                     =   "51.34918137736928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692978);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.13571704320583"
                atv                     =   "53.739612008074936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692979);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.70381383281654"
                atv                     =   "58.60325452956001"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692980);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.31015557697151"
                atv                     =   "52.97070454624052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692981);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47320463128"
                atv                     =   "48.4239118655831"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692982);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.15095861387766"
                atv                     =   "53.47167180767047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692983);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.14814778713213"
                atv                     =   "59.08867411788518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692984);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.359852653135476"
                atv                     =   "64.15104501287675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692985);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.75803779337718"
                atv                     =   "39.78221013845503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692986);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.54251126610484"
                atv                     =   "41.90346484707283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692987);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78558843063922"
                atv                     =   "42.45035053659251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692988);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.35072242307183"
                atv                     =   "42.44638011907183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692989);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2136510101509"
                atv                     =   "42.48154945336506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692990);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.998312616998476"
                atv                     =   "42.1186272075825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692991);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.2766157890419"
                atv                     =   "48.32909384044385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692992);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06699386906024"
                atv                     =   "59.114135227197366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692993);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.486039264458327"
                atv                     =   "70.49034846432401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692994);"
                    
                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(0, 111, 255, 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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.648281637518664"
                atv                     =   "37.1770689007443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692995);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94201211086215"
                atv                     =   "40.808013303826115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692996);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.381149348022745"
                atv                     =   "34.48762806564552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692997);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.724122244431612"
                atv                     =   "36.0224492361822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692998);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_692999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.091676240976994"
                atv                     =   "37.43906778230611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692999);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.135594752253212"
                atv                     =   "40.95715602118428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693000);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.95230940895044"
                atv                     =   "42.66695575894737"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693001);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.504328149747948"
                atv                     =   "43.91446338945972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693002);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.020580446244537"
                atv                     =   "45.44999877107339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693003);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.633931337832337"
                atv                     =   "46.347577649385535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693004);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7552089847229126"
                atv                     =   "47.06236585726218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693005);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.521623546486296"
                atv                     =   "45.21364898683539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693006);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51363065761018"
                atv                     =   "42.507277986496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693007);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73745057077906"
                atv                     =   "41.318451695759876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693008);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.53762616620793"
                atv                     =   "40.232582600878025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693009);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65950183206178"
                atv                     =   "38.87488843849988"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693010);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.49433712734947"
                atv                     =   "37.92851652716012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693011);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49868437696051"
                atv                     =   "36.37126368977685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693012);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.81190108953655"
                atv                     =   "29.75749870647432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693013);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
                        <hotspot name               =   "spot_693014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.18891141914685"
                atv                     =   "32.850931534976645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693014);"
                    
                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(0, 111, 255, 1);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                    =   "7916"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22609">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22610"
            title                       =   "江桦路600弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.106226"
            lng                         =   "121.488357"
            heading                     =   ""
            scene_id                    =   "22610"
            pano_id                     =   "689"
            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.6255649607043"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "8.6255649607043"
                vlookat                 =   "61.955794391364"
                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/1/pano/fffe32c15f9de12f/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/fffe32c15f9de12f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.36896861762563"
                atv                     =   "9.662213646755342"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693015);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.03328681954898"
                atv                     =   "10.124642792822868"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693016);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.09130953551076"
                atv                     =   "10.985958039091724"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693017);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.357573172037121"
                atv                     =   "22.807651927665276"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693018);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "21.73193340973478"
                atv                     =   "9.186575498824288"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693019);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.7303834502049"
                atv                     =   "22.15183478622163"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693020);"
                    
                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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.68091725466388"
                atv                     =   "17.19254952016192"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693021);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-157.0066269133452"
                atv                     =   "25.034170759497652"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "142.50483785551208"
                atv                     =   "29.182180938487647"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693024);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.90598943671506"
                atv                     =   "15.420433950191775"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593702936804"
                atv                     =   "3.436947340854455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.29682123423018"
                atv                     =   "-2.561059528909959"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.6471226607016"
                atv                     =   "12.748292222301549"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693028);"
                    
                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:12px;text-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                    =   "7917"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-113.18225102792437"
                atv                     =   "68.09370126824012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江桦路600弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-70.88033108753484"
                atv                     =   "36.777495728163004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693030);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-67.63771345127594"
                atv                     =   "65.66317827026403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693031);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-85.27134926916813"
                atv                     =   "65.05662603419339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693032);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-98.8718732996382"
                atv                     =   "62.87029806462244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693033);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-107.567983546884"
                atv                     =   "60.57991866370598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693034);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-114.77122746001834"
                atv                     =   "57.33472160599952"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693035);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-113.07134066166518"
                atv                     =   "51.657220627552064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693036);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-111.6124244111266"
                atv                     =   "44.86735740615863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693037);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-108.67168471044891"
                atv                     =   "48.2429310068113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693038);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-99.74425836468635"
                atv                     =   "48.823402747577454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693039);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-99.57632554472963"
                atv                     =   "43.511261776216735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693040);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-86.2741536961829"
                atv                     =   "49.74139082376829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693041);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-89.23694132599309"
                atv                     =   "44.45805620446766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693042);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-85.31362052644539"
                atv                     =   "45.940889951520354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693043);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-88.87439613247176"
                atv                     =   "41.12369510321469"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693044);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-81.37141207319246"
                atv                     =   "40.55546522134572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693045);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-77.76678797284632"
                atv                     =   "43.399755389817585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693046);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-73.59414959225967"
                atv                     =   "46.390485669612175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693047);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-68.63028750175528"
                atv                     =   "50.4591702766723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693048);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-64.39203037682483"
                atv                     =   "53.04633266119934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693049);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-57.12342122302357"
                atv                     =   "56.111156501993364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693050);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-50.77953862571957"
                atv                     =   "58.537678559717016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693051);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-45.90593778811103"
                atv                     =   "48.28769740831261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693052);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-49.99596069140841"
                atv                     =   "46.70817076525524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693053);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-53.78870156593365"
                atv                     =   "45.593355988877825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693054);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-58.75074031331201"
                atv                     =   "43.54772982840955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693055);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-61.126697057395916"
                atv                     =   "42.497123038000645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693056);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-62.972768143070596"
                atv                     =   "41.46132800726869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693057);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-67.55722178170794"
                atv                     =   "38.6412656232231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693058);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-123.85016036718329"
                atv                     =   "49.97666609451313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693059);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-121.35394207804129"
                atv                     =   "46.67171523662275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693060);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-120.24228768092209"
                atv                     =   "43.99603837143944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693061);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-141.10625916805077"
                atv                     =   "63.509136504915446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693062);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-134.45378108868036"
                atv                     =   "58.72474062361768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693063);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:21px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "1"
                    text_marking_line_height=   "21"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-130.03919022646772"
                atv                     =   "54.29430155886336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693064);"
                    
                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(0, 111, 255, 0.78);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                    =   "7918"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-97.66347005109037"
                atv                     =   "29.136012796096793"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693065);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.4171855506982"
                atv                     =   "16.40624014416609"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09196801039934"
                atv                     =   "73.654802819812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江桦路400弄小区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]江桦路400弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.252879513013"
                atv                     =   "51.808203407123635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693068);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.23241522144724"
                atv                     =   "32.79190754662731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693069);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.98514752421795"
                atv                     =   "35.882629187919434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693070);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.85031498473217"
                atv                     =   "39.600919012158656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693071);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.085907156815665"
                atv                     =   "27.83411851388112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693072);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]71[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15708470572281"
                atv                     =   "28.50228496879145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693073);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.169597628431575"
                atv                     =   "29.27020319321224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693074);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]69[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.87171187864749"
                atv                     =   "32.79925347516618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693075);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.71107637573499"
                atv                     =   "34.325065226352145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693076);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.54735498529965"
                atv                     =   "38.01470235264776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693077);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.71891084929746"
                atv                     =   "33.69543351098007"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693078);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.64521816504157"
                atv                     =   "36.52810220214812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693079);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40761410215532"
                atv                     =   "39.68900958384102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693080);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17662162943952"
                atv                     =   "32.298595407873215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693081);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.41623584946808"
                atv                     =   "36.24891704244495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693082);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00431968352859"
                atv                     =   "39.65050318098421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693083);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.56253095364849"
                atv                     =   "32.79103770902712"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693084);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93858503517271"
                atv                     =   "22.071676286257418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693085);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5898431228685"
                atv                     =   "23.179090674172063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693086);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.368713453815644"
                atv                     =   "32.06762074635718"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693087);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.536420505891215"
                atv                     =   "34.68697871236065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693088);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.56053651936281"
                atv                     =   "38.017407951659095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693089);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92368301958697"
                atv                     =   "39.3605352075773"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693090);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.61870493641703"
                atv                     =   "54.08313334179169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693091);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.36746972303933"
                atv                     =   "57.87184591942924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693092);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17534530825105"
                atv                     =   "61.40628440759665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693093);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.81787288141314"
                atv                     =   "64.78171544486804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693094);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.65391732682701"
                atv                     =   "69.67833579620242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693095);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.8588963882897"
                atv                     =   "71.91057916491506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693096);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "165.86609327199437"
                atv                     =   "73.414050175517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693097);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.38840253008019"
                atv                     =   "73.05423697276684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693098);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.52173351826193"
                atv                     =   "77.06003971165778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693099);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.59859547707879"
                atv                     =   "83.04078659218928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693100);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.624999154440843"
                atv                     =   "84.07689606358446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693101);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.37620868603358"
                atv                     =   "79.40937917306658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693102);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.50887605330729"
                atv                     =   "73.91628074939447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693103);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.54620771886755"
                atv                     =   "58.42481146580579"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693104);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5425788848101"
                atv                     =   "67.34693943233727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693105);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95949744088387"
                atv                     =   "55.70498722422925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693106);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.4795652409606"
                atv                     =   "62.77299554084515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693107);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.22477513884252"
                atv                     =   "55.45560013657228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693108);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.57265902929748"
                atv                     =   "63.84533470296474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693109);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23944951954343"
                atv                     =   "50.32189058866049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693110);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.55955526707612"
                atv                     =   "53.87626428260964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693111);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.16338204733205"
                atv                     =   "56.983613234383505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693112);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.389272666922068"
                atv                     =   "61.22719737741171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693113);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.485385941766253"
                atv                     =   "62.87782914861572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693114);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.373017765665168"
                atv                     =   "63.19668126168059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693115);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.142588820873584"
                atv                     =   "30.061207610546067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693116);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0056931335788"
                atv                     =   "30.8633032978831"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693117);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.70183307065747"
                atv                     =   "31.72813262412907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693118);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.328991537839784"
                atv                     =   "32.79700034179231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693119);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.232303553636825"
                atv                     =   "37.089073974034136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693120);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04400809273136"
                atv                     =   "43.56531310353544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693121);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.36951743958201"
                atv                     =   "45.075418994466396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693122);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.64175043266232"
                atv                     =   "46.5030572816074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693123);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.204062882192375"
                atv                     =   "48.20760062963245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693124);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.176532485930352"
                atv                     =   "49.16083801336854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693125);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.351338852789638"
                atv                     =   "50.17955941675562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693126);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.4816731462334474"
                atv                     =   "50.81987257014255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693127);"
                    
                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(255, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.288102070691139"
                atv                     =   "51.33095045729437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693128);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
                        <hotspot name               =   "spot_693129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.084099160906703"
                atv                     =   "51.57523869523233"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693129);"
                    
                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(255, 0, 255, 0.78);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                    =   "7919"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22610">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22614"
            title                       =   "院邸199弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.105033"
            lng                         =   "121.493729"
            heading                     =   ""
            scene_id                    =   "22614"
            pano_id                     =   "689"
            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                =   "-17.315823801085"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-17.315823801085"
                vlookat                 =   "57.502501354284"
                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/1/pano/9ced0702fd5274a6/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9ced0702fd5274a6/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "128.47425007758358"
                atv                     =   "8.875726906791193"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693452);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.24169850989199"
                atv                     =   "18.970222145468753"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693453);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.31076673927674"
                atv                     =   "9.971517917089887"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693454);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.455394379853715"
                atv                     =   "2.2975855007674024"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693455);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.28822551928153"
                atv                     =   "9.225909997398933"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693456);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-107.32356113469947"
                atv                     =   "22.063553378630893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693457);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.29504623223346"
                atv                     =   "6.115447159633159"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693458);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-146.82223285252655"
                atv                     =   "14.912332936216972"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693459);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.88018695763697"
                atv                     =   "26.031090365951865"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693460);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "160.5011279730334"
                atv                     =   "9.448618320648318"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693461);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.478513196887377"
                atv                     =   "-1.684923462137921"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693462);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.05771354092047"
                atv                     =   "2.3483658387100226"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693463);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7929"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.804996366919738"
                atv                     =   "62.711216477624596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693464);"
                    
                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:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2357164973364"
                atv                     =   "37.728603852939415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693465);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.50554161592368"
                atv                     =   "71.35593916725051"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693466);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79502145062168"
                atv                     =   "78.29322315857296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693467);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48253369877693"
                atv                     =   "42.25357500417844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693468);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30415200577261"
                atv                     =   "45.91743774241857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693469);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.26881071828325"
                atv                     =   "50.77893878700824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693470);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.898978602486295"
                atv                     =   "55.97204496111345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693471);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.92184047543077"
                atv                     =   "63.621507006637565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693472);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.076058374514218"
                atv                     =   "67.72155436874365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693473);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.2605551087078197"
                atv                     =   "70.16242484991865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693474);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70285229041542"
                atv                     =   "42.07815433037557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693475);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38496377808406"
                atv                     =   "46.13399771679705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693476);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.232703425218688"
                atv                     =   "49.5762861734969"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693477);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.448864748447818"
                atv                     =   "52.64874923156939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693478);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.656844343165517"
                atv                     =   "55.16254107072193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693479);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.97481520965664"
                atv                     =   "42.05487925137233"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693480);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.367450778614455"
                atv                     =   "44.36797710377722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693481);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.205262752823216"
                atv                     =   "46.51886972232434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693482);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5804558409133165"
                atv                     =   "48.300381385617854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693483);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8087121909565"
                atv                     =   "38.82764869539846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693484);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94595083919933"
                atv                     =   "36.40236712914955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693485);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.406080226744848"
                atv                     =   "34.48120322523567"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693486);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.801832670867043"
                atv                     =   "39.44871219592603"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693487);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.792409353524818"
                atv                     =   "41.35663329947919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693488);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.866263195678357"
                atv                     =   "43.06289030390609"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693489);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8264803536177396"
                atv                     =   "44.72274140802917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693490);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.369882461643556"
                atv                     =   "32.16698104012074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693491);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14402618354228"
                atv                     =   "33.95059756076557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693492);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.205530117832325"
                atv                     =   "35.6333878391706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693493);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.22397650801031"
                atv                     =   "36.511631926498545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693494);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.368523171379195"
                atv                     =   "37.8728376922076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693495);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46384970608824005"
                atv                     =   "38.79742082803649"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693496);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.80808015775466"
                atv                     =   "33.098354306318335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693497);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.771734122563714"
                atv                     =   "69.01790171732748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693498);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.835116488462006"
                atv                     =   "65.1845975439482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693499);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4187848367676"
                atv                     =   "60.81596651860441"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693500);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.24986450883154"
                atv                     =   "40.94712043440121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693501);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18514037435256"
                atv                     =   "53.75930067584161"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693502);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.182927204028545"
                atv                     =   "50.933013201087725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693503);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28037632130435"
                atv                     =   "41.43111452257737"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693504);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.63382910367096"
                atv                     =   "47.178133605911384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693505);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62770766777646"
                atv                     =   "45.80973723042642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693506);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.318408084707585"
                atv                     =   "44.29749191413127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693507);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.86951145909086"
                atv                     =   "43.928744740305504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693508);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76878743761091"
                atv                     =   "42.222482124038095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693509);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63117964550406"
                atv                     =   "39.52920574978228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693510);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.65654440010121"
                atv                     =   "34.55522006588153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693511);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.772333865037126"
                atv                     =   "38.269981529464914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693512);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.59427403011432"
                atv                     =   "37.19235550815165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693513);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91992894030187"
                atv                     =   "35.680056375881044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693514);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63343730949009"
                atv                     =   "33.9548826624024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693515);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.130881169730344"
                atv                     =   "32.13885397358289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693516);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.40995368809126"
                atv                     =   "43.15630239137891"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693517);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01256528737935"
                atv                     =   "48.68113958044143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693518);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76977530034543"
                atv                     =   "53.91826153499786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693519);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.95146740041753"
                atv                     =   "59.76581408715926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693520);"
                    
                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(255, 0, 255, 0.78);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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37607600081719"
                atv                     =   "47.58885965578542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693521);"
                    
                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(255, 0, 255, 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                    =   "7930"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.28622746125518"
                atv                     =   "23.45454159525157"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693522);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "协和海富幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693523"
                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:25px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "25"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "63.88636282389689"
                atv                     =   "16.243308189044093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693523);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦康休闲公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.8896633928039"
                atv                     =   "77.36935011994736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693524);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江柳路200弄小区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 77, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]江柳路200弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.99174653192105"
                atv                     =   "49.49379355307918"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693525);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.25152192795323"
                atv                     =   "47.271842755930294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693526);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.74342382620281"
                atv                     =   "50.97184535014482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693527);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.5659230963572"
                atv                     =   "47.62648231929874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693528);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.21403703309741"
                atv                     =   "73.98331917128299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693529);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.59531642916303"
                atv                     =   "70.26280999894429"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693530);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01240905373362"
                atv                     =   "57.46600232673405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693531);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.04014558367612"
                atv                     =   "48.35598211819166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693532);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30346004962033"
                atv                     =   "47.7060273661015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693533);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35715373025019"
                atv                     =   "52.09702672766365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693534);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.19092523091223"
                atv                     =   "57.56722858356905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693535);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.03951838103214"
                atv                     =   "60.79350012512967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693536);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.19959750335158"
                atv                     =   "52.229860649230865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693537);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.83788105525628"
                atv                     =   "50.51561204632314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693538);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33692935340358"
                atv                     =   "46.45489537217416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693539);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.50142440755567"
                atv                     =   "44.530590394844914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693540);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.60418299474105"
                atv                     =   "40.93993828851047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693541);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39803493748275"
                atv                     =   "43.939883492167255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693542);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.77447628236433"
                atv                     =   "41.56026904943611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693543);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16283512794828"
                atv                     =   "38.83700287105921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693544);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.45588433742796"
                atv                     =   "51.66324015039402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693545);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.61419130059562"
                atv                     =   "66.28424091479764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693546);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.16341338829545"
                atv                     =   "38.99711513236197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693547);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.55412217628475"
                atv                     =   "44.515694525529376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693548);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.11061799551283"
                atv                     =   "49.214207706598884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693549);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.6564220900701"
                atv                     =   "54.4503265195549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693550);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.82779599141793"
                atv                     =   "58.8785820108723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693551);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86690204279364"
                atv                     =   "37.4277168482397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693552);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2243596766362"
                atv                     =   "39.38066542769343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693553);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.36340769969576"
                atv                     =   "45.75804058133117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693554);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
                        <hotspot name               =   "spot_693555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.7303117657467"
                atv                     =   "41.80460124271753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693555);"
                    
                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(0, 102, 255, 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                    =   "7931"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22614">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22603"
            title                       =   "十号院"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.102490"
            lng                         =   "121.489314"
            heading                     =   ""
            scene_id                    =   "22603"
            pano_id                     =   "689"
            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.517123635836"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-19.249209459412'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "99.517123635836"
                vlookat                 =   "51.483774580191"
                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/1/pano/a6e883db1de7d91e/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a6e883db1de7d91e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59456446673411"
                atv                     =   "26.731994650967764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692075);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83584297619745"
                atv                     =   "33.859808700159434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692076);"
                    
                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.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20881360328974"
                atv                     =   "36.579242713197026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692077);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.34502366254264"
                atv                     =   "40.11345158377879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692078);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.24954381053612"
                atv                     =   "43.596011341965195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692079);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.72812973494001"
                atv                     =   "49.08102162239862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692080);"
                    
                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.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50384682800438"
                atv                     =   "54.61829400827342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692081);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.826108590453146"
                atv                     =   "61.14460050627251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692082);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7062802902816"
                atv                     =   "67.6756648713395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692083);"
                    
                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.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28775375860886"
                atv                     =   "74.92895076288191"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692084);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49005671005398"
                atv                     =   "75.80828107600179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692085);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.29064288518822"
                atv                     =   "63.85166833500325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692086);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.12138579954535"
                atv                     =   "54.94988028366208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692087);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47939523412526"
                atv                     =   "47.42715647443827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692088);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07846865891747"
                atv                     =   "41.6299958301025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692089);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.46780842403166"
                atv                     =   "37.14670688960245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692090);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.88126495808831"
                atv                     =   "33.277320861196706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692091);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15119353893101"
                atv                     =   "32.810299813061526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692092);"
                    
                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.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.16482510111052"
                atv                     =   "36.597677612888134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692093);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82154164470774"
                atv                     =   "40.28896017091909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692094);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3066110982846"
                atv                     =   "50.82286940365827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692095);"
                    
                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.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.48984894463652"
                atv                     =   "55.82934196428407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692096);"
                    
                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(189, 16, 224, 0.78);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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.07391128747417"
                atv                     =   "63.16223554870771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692097);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.9347598698125"
                atv                     =   "71.53112560797139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692098);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.5796455270395"
                atv                     =   "64.78116966323452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692099);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.9909014111702"
                atv                     =   "59.72669118615966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692100);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75388058044871"
                atv                     =   "52.636587551400986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692101);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.74714738389429"
                atv                     =   "47.99679025727488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692102);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74243426820391"
                atv                     =   "40.14782509205788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692103);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54651799286643"
                atv                     =   "35.61410138044612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692104);"
                    
                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(189, 16, 224, 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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.09140927641852"
                atv                     =   "32.368756269128944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692105);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.82927588524754"
                atv                     =   "31.54324850318782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692106);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.02700237037689"
                atv                     =   "36.031287908822435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692107);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.703790407045"
                atv                     =   "40.43365461362804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692108);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8089157909822"
                atv                     =   "51.7615260464993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692109);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.5238921609846"
                atv                     =   "51.60710602401975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692110);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.94428720441203"
                atv                     =   "49.3703628199494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692111);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97605342811252"
                atv                     =   "45.122323647473046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692112);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17770668605044"
                atv                     =   "38.90016869810542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692113);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1378757250508"
                atv                     =   "35.94370869928011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692114);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.95697005294474"
                atv                     =   "33.4608155479095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692115);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3797536302603"
                atv                     =   "31.129023762024797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692116);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.02717726584402"
                atv                     =   "29.914628770346127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692117);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80522500601907"
                atv                     =   "32.50015433558525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692118);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.38741804366552"
                atv                     =   "44.73674595971799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692119);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.4408928818014"
                atv                     =   "46.425724885573736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692120);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.61553205050882"
                atv                     =   "45.91233762985921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692121);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.70998040377893"
                atv                     =   "40.95801862751573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692122);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.8446881254032"
                atv                     =   "34.65159026916019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692123);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.7132295813399"
                atv                     =   "31.301334400710967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692124);"
                    
                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.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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67038135646348"
                atv                     =   "28.623759074611588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692125);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.58605502935652"
                atv                     =   "27.699234281960976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692126);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42908898172809"
                atv                     =   "30.042988175459836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692127);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.675198826485"
                atv                     =   "32.59524248094135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692128);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.47012477952171"
                atv                     =   "35.83624364929659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692129);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.720811355603"
                atv                     =   "38.46226872415921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692130);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.4025072866071"
                atv                     =   "41.93229786916526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692131);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.76206880137897"
                atv                     =   "42.26433481201948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692132);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.392825920448"
                atv                     =   "38.459722761902015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692133);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.68086028272043"
                atv                     =   "36.72796338188476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692134);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.6365493746017"
                atv                     =   "35.65715667757138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692135);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.25580520133605"
                atv                     =   "34.12672687031534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692136);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.91344114561903"
                atv                     =   "31.944544647032046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692137);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.90812955136047"
                atv                     =   "29.993688494101523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692138);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39822752537472"
                atv                     =   "28.307511246031904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692139);"
                    
                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                    =   "7899"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.78388873237674"
                atv                     =   "17.068716810487594"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692140);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.27265727342831"
                atv                     =   "20.82294011217036"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692141);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.1130823461729165"
                atv                     =   "64.74730171757714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江柳路400弄小区"
                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;]江柳路400弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.541226794984595"
                atv                     =   "55.22195105133017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692143);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.643948475833895"
                atv                     =   "40.44084795339747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692144);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.414782245322726"
                atv                     =   "37.8208336623914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692145);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40007444462634"
                atv                     =   "36.28610454307948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692146);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.65249050615546"
                atv                     =   "38.20771725619167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692147);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48114918903616"
                atv                     =   "36.4211066316163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692148);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04655952480829"
                atv                     =   "35.03360060064799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692149);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76824219955108"
                atv                     =   "33.46899286761247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692150);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95780750543793"
                atv                     =   "34.55718289732844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692151);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.852248945990425"
                atv                     =   "31.344133272000434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692152);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.930219916854696"
                atv                     =   "31.50515100808879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692153);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94413548977468"
                atv                     =   "33.265486492875475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692154);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.970469667150724"
                atv                     =   "35.85016844603618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692155);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.992584588394266"
                atv                     =   "39.02120781433923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692156);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76416038027298"
                atv                     =   "40.61511436727174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692157);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96386004351615"
                atv                     =   "42.54432666497065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692158);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.541885393209554"
                atv                     =   "52.003016484168235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692159);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.38344537477326"
                atv                     =   "50.5263692094146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692160);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.041036322618766"
                atv                     =   "55.826022328489834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692161);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.835483098328837"
                atv                     =   "59.39198824930581"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692162);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.921860996589658"
                atv                     =   "53.51710168864981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692163);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.170701637830291"
                atv                     =   "57.05541438869511"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692164);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.972539948615804"
                atv                     =   "62.122433138737826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692165);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.267262610850025"
                atv                     =   "67.15588307821776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692166);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.320943044884302"
                atv                     =   "70.16126712062851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692167);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90007561171717"
                atv                     =   "65.84510575838469"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692168);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42133604267087"
                atv                     =   "59.86962004403388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692169);"
                    
                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                    =   "7900"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7096998158587"
                atv                     =   "46.94128555870559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692170);"
                    
                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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1455572727944"
                atv                     =   "63.637090412608195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692171);"
                    
                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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32131492858127"
                atv                     =   "36.59047493887429"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692172);"
                    
                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.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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.51713305834147"
                atv                     =   "35.988864663570965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692173);"
                    
                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.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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.55130543920865"
                atv                     =   "38.29761256704116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692174);"
                    
                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(250, 100, 0, 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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.51861452081783"
                atv                     =   "45.42926803015577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692175);"
                    
                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                    =   "7901"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.643745593892845"
                atv                     =   "48.6557497558729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692176);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68139727300337"
                atv                     =   "33.04772637196064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692177);"
                    
                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: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.26139995060811"
                atv                     =   "32.168285162504596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692178);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.38427121264016"
                atv                     =   "31.32559230040055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692179);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.10891067075323"
                atv                     =   "30.55252111090648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692180);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36802634271515"
                atv                     =   "29.790918469359646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692181);"
                    
                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: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.65520561960557"
                atv                     =   "29.139226333712624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692182);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.40077089567444"
                atv                     =   "28.120169582749348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692183);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.395480469324525"
                atv                     =   "26.782812898110656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692184);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.344150913165095"
                atv                     =   "32.41847248796244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692185);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.257733594082367"
                atv                     =   "32.46211847885887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692186);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.579473320581542"
                atv                     =   "33.06505846553882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692187);"
                    
                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: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.012045732846275"
                atv                     =   "32.204814304885915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692188);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.4139031148149"
                atv                     =   "31.98280406311939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692189);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.563297234075833"
                atv                     =   "34.78682381806135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692190);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15097493053918"
                atv                     =   "34.77659974591842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692191);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.12670277457511"
                atv                     =   "34.12007763167826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692192);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.185532080357575"
                atv                     =   "33.845947981489005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692193);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.307983501258434"
                atv                     =   "36.34222613027345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692194);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.557430865840615"
                atv                     =   "36.21323669933473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692195);"
                    
                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: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8296507651213"
                atv                     =   "35.377430608747176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692196);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.239864102500235"
                atv                     =   "34.93214779871173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692197);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.722624753423815"
                atv                     =   "35.09637817720497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692198);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.100885994384498"
                atv                     =   "36.462787452511186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692199);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.634273013637426"
                atv                     =   "37.835153010807346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692200);"
                    
                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: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.21260823908949"
                atv                     =   "39.82996851358767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692201);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44979881424848"
                atv                     =   "40.223593629445126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692202);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.222116290298345"
                atv                     =   "39.25190934499601"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692203);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.90623276305814"
                atv                     =   "38.97616632640812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692204);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19476969697445"
                atv                     =   "38.580862586361064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692205);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54589838256044"
                atv                     =   "38.068451355248264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692206);"
                    
                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: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.869465207088865"
                atv                     =   "37.7338421918645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692207);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.15239533434942"
                atv                     =   "44.097864671652374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692208);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.420921872871077"
                atv                     =   "43.93751460625626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692209);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31986011337386"
                atv                     =   "43.66175478828255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692210);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.8209625791398"
                atv                     =   "43.35040595097431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692211);"
                    
                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: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.53885964343931"
                atv                     =   "42.87616559975305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692212);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13691084272159"
                atv                     =   "41.26304046627796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692213);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.088707586539385"
                atv                     =   "40.764709897927446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692214);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.920257530262234"
                atv                     =   "40.18731182729223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692215);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.212202869206465"
                atv                     =   "39.59299609183146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692216);"
                    
                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: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99155189018694"
                atv                     =   "36.73758582599447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692217);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.442386073176806"
                atv                     =   "35.697944899705725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692218);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.302448664594124"
                atv                     =   "35.78576143984671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692219);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.38701724785756"
                atv                     =   "34.59066726458178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692220);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.39626569582333"
                atv                     =   "34.03970758572293"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692221);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28389927649727"
                atv                     =   "33.49689066327251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692222);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.25385786578153"
                atv                     =   "32.93923342320042"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692223);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32012603456951"
                atv                     =   "32.450467799131765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692224);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97247809487129"
                atv                     =   "30.226608208922546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692225);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.07059384514304"
                atv                     =   "29.53545747834806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692226);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17231242663541"
                atv                     =   "28.966134278745432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692227);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52307330525201"
                atv                     =   "30.214491786994937"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692228);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.5395307727477"
                atv                     =   "31.009353394306338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692229);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.39323527971953"
                atv                     =   "31.870456708876848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692230);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.96128607012281"
                atv                     =   "33.56728506780124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692231);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.91322834398187"
                atv                     =   "34.33286086334223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692232);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87752567880955"
                atv                     =   "34.94584069372155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692233);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96840492760725"
                atv                     =   "35.42652179624147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692234);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.45585371966541"
                atv                     =   "36.25207229525981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692235);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25586761519708"
                atv                     =   "36.96141636621218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692236);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69898829523322"
                atv                     =   "37.88733893850948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692237);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09358281618972"
                atv                     =   "42.43031282810585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692238);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47177689886365"
                atv                     =   "43.38400308691736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692239);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.630424052243825"
                atv                     =   "44.56127959742225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692240);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.67447644812688"
                atv                     =   "45.15366476272198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692241);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39954948968915"
                atv                     =   "45.820420053778456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692242);"
                    
                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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.880079622214566"
                atv                     =   "28.84147093207011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692243);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84477887738319"
                atv                     =   "28.129231377414296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692244);"
                    
                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: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49091942321576"
                atv                     =   "27.54048122800931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692245);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33069506891485"
                atv                     =   "30.135845363093118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692246);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.492159558507524"
                atv                     =   "28.763010217314463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692247);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.690162419712465"
                atv                     =   "31.242781591904052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692248);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37739386808545"
                atv                     =   "30.400308218670304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692249);"
                    
                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: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.14814787844682"
                atv                     =   "29.592597320178328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692250);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.78441050634757"
                atv                     =   "28.174327893654063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692251);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.22818786122667"
                atv                     =   "27.62795098207574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692252);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05487644737343"
                atv                     =   "26.9662542483879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692253);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.915729554005054"
                atv                     =   "29.579306045835065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692254);"
                    
                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(189, 16, 224, 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                    =   "7902"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.97381327547095"
                atv                     =   "66.4680237702128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦驰路1659弄小区"
                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;]浦驰路1659弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7962894036043"
                atv                     =   "61.769673436899886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692256);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.32781237576467"
                atv                     =   "37.72388573229865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692257);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.8095056140224"
                atv                     =   "38.12946955318327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692258);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.9289513607244"
                atv                     =   "42.947321392352194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692259);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.9348942039324"
                atv                     =   "41.831657143119315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692260);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.39424804145716"
                atv                     =   "41.049756352539774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692261);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.3277337503039"
                atv                     =   "39.62043314985373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692262);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.6535314956563"
                atv                     =   "46.2154112669594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692263);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.52573609880395"
                atv                     =   "45.110568484145986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692264);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.41555876410177"
                atv                     =   "44.026848106733524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692265);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.9166502346953"
                atv                     =   "41.81693675586895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692266);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.15655754087544"
                atv                     =   "49.639146717711604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692267);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.3397773038755"
                atv                     =   "48.348915743633356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692268);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.1189790673615"
                atv                     =   "46.97810236039028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692269);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.93828000904193"
                atv                     =   "44.35096753508634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692270);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.26091164452663"
                atv                     =   "52.45128304729918"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692271);"
                    
                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.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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.1699320357123"
                atv                     =   "51.18766273496965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692272);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.43088631625255"
                atv                     =   "49.68856221455186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692273);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.37303608977714"
                atv                     =   "60.706470523763926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692274);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.47534747596188"
                atv                     =   "62.865675634047854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692275);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.02792366374405"
                atv                     =   "57.64947432680549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692276);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.7378053055754"
                atv                     =   "55.13811559399326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692277);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.78259990931298"
                atv                     =   "69.87579990329218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692278);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.35968360960797"
                atv                     =   "65.45048854943185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692279);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.92908845365181"
                atv                     =   "61.64433825317272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692280);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.31843363743715"
                atv                     =   "56.298790976768196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692281);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.81466392699471"
                atv                     =   "59.03479486961631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692282);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.0709775649007"
                atv                     =   "65.05830329060034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692283);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.73935798124728"
                atv                     =   "69.449846095666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692284);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.10592653044276"
                atv                     =   "74.3693943924584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692285);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.4472873281871"
                atv                     =   "78.89184053174203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692286);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.85821370845784"
                atv                     =   "71.80092158613031"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692287);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.32613241397584"
                atv                     =   "66.56111695707366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692288);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.43704414784298"
                atv                     =   "60.16934499033552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692289);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94320275626046"
                atv                     =   "79.75307487760156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692290);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.78698052945015"
                atv                     =   "77.53887619425366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692291);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.65609231685721"
                atv                     =   "69.62359267766946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692292);"
                    
                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(208, 2, 27, 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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.29786510120613"
                atv                     =   "36.47135495252821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692293);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.6828398069149"
                atv                     =   "37.621170181480444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692294);"
                    
                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                    =   "7903"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76527217059873"
                atv                     =   "30.50481738479167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦锦路1658弄小区"
                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;]浦锦路1658弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.2565024131868"
                atv                     =   "30.09410919654081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692296);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.89500970082429"
                atv                     =   "39.29221464718192"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692297);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-103.16164735950701"
                atv                     =   "37.28412918917479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692298);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-103.64869567901445"
                atv                     =   "35.308180260106525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692299);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.47241822390771"
                atv                     =   "42.0942835339354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692300);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50588248809092"
                atv                     =   "45.3697952211603"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692301);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.04131299521953"
                atv                     =   "45.2037283447705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692302);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13307814208662"
                atv                     =   "44.93663549820622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692303);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.27547895926566"
                atv                     =   "44.62375209588272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692304);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98506799368059"
                atv                     =   "39.932882196392086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692305);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.6598651608004"
                atv                     =   "41.86511845242687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692306);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.86336248079704"
                atv                     =   "39.36956997847305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692307);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.41898792531362"
                atv                     =   "38.353075722376815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692308);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.5370983756055"
                atv                     =   "36.70271529507502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692309);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.70533082180148"
                atv                     =   "36.335637828853265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692310);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54582843036906"
                atv                     =   "33.9781629474886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692311);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76773856262335"
                atv                     =   "34.10386362493048"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692312);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84478609462306"
                atv                     =   "34.117314734121486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692313);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21141937578042"
                atv                     =   "33.91294232138656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692314);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.60064529056064"
                atv                     =   "42.51856447490424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692315);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.35930512429653"
                atv                     =   "38.062508732645966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692316);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.94408197192607"
                atv                     =   "35.745688873478265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692317);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.96624109186754"
                atv                     =   "33.66638946933017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692318);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.36783874510192"
                atv                     =   "40.903083748785924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692319);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.0915039543823"
                atv                     =   "37.98663164476195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692320);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.70207207139035"
                atv                     =   "34.48639736546181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692321);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.76920716321669"
                atv                     =   "31.929862339678284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692322);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.0569558433459"
                atv                     =   "38.83711437021523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692323);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.49845287130103"
                atv                     =   "36.90600191585102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692324);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.83061803279506"
                atv                     =   "32.96544248422974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692325);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.3302163585716"
                atv                     =   "31.690969294943525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692326);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.4137908794599"
                atv                     =   "47.384679481188655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692327);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.71714346679417"
                atv                     =   "48.26775675162454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692328);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.52121674120139"
                atv                     =   "51.81837595059974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692329);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.24928107670596"
                atv                     =   "47.258434529398556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692330);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.73971861438258"
                atv                     =   "50.4466304907828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692331);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.09653130416268"
                atv                     =   "47.4589846657433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692332);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.91712439407434"
                atv                     =   "44.93183322362078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692333);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.0613527906446"
                atv                     =   "42.83015600636621"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692334);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.55363441860226"
                atv                     =   "44.135234180782064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692335);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.90963920108717"
                atv                     =   "39.50480923886121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692336);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.2998522843069"
                atv                     =   "41.04231980195337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692337);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.4985041631075"
                atv                     =   "37.84936906807997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692338);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.50366264917068"
                atv                     =   "35.62584142005362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692339);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.35477207729747"
                atv                     =   "33.90380109152358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692340);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.73853202385322"
                atv                     =   "34.3308959269139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692341);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.63792899878044"
                atv                     =   "33.15901037901682"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692342);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.2808526939966"
                atv                     =   "37.04701318422979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692343);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.58025983669648"
                atv                     =   "35.69616359017205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692344);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.1080908794288"
                atv                     =   "30.849456484807764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692345);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69082172724123"
                atv                     =   "30.428124533627436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692346);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.67444635635113"
                atv                     =   "32.38824919731972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692347);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.7427415542516"
                atv                     =   "31.013606720895517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692348);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.42208880283238"
                atv                     =   "30.198487008480683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692349);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.3732457356003"
                atv                     =   "29.7559591461176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692350);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.97070728923876"
                atv                     =   "28.98140548237258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692351);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.25502616980734"
                atv                     =   "37.07464555334837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692352);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.57791182879777"
                atv                     =   "38.2634459629449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692353);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.79897268508702"
                atv                     =   "34.78278597368658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692354);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.6265031120836"
                atv                     =   "32.985298794339634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692355);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.8064595850032"
                atv                     =   "29.714092953230043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692356);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5989345726926"
                atv                     =   "28.402730701180005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692357);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.85856671450296"
                atv                     =   "28.001269520598154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692358);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.5638757982766"
                atv                     =   "28.758608926871727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692359);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.54173397818687"
                atv                     =   "29.88298950236903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692360);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.85240126321935"
                atv                     =   "31.475214397083978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692361);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.42791589008084"
                atv                     =   "41.97292286895846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692362);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77579567414062"
                atv                     =   "33.18988107971045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692363);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.4724926144794"
                atv                     =   "39.39607295546758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692364);"
                    
                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                    =   "7904"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.8411782757429"
                atv                     =   "35.54947094418962"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.11435273116035"
                atv                     =   "9.106831816210999"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692366);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.59990468587694"
                atv                     =   "12.90011550843664"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.18246123310576"
                atv                     =   "14.196397940354155"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692368);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.92124374356212"
                atv                     =   "20.815514965391866"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692369);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.59876021016055"
                atv                     =   "22.60550722692562"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.8509170118098"
                atv                     =   "9.040835677248587"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "94.44857981379906"
                atv                     =   "10.43308014025098"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.9092277320476114"
                atv                     =   "14.877539697741497"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692373);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "6.76061281269682"
                atv                     =   "7.356560457532924"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692374);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.062624156592904"
                atv                     =   "15.233544873118989"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692375);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "18.193579343407862"
                atv                     =   "12.88779687536839"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692376);"
                    
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "29.561798436791946"
                atv                     =   "15.13915683545982"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.131442416691755"
                atv                     =   "23.47692175485639"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.11793926115581"
                atv                     =   "32.75666294055332"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692380);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.724936804791184"
                atv                     =   "42.75849392063711"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.70932307411255"
                atv                     =   "20.20037682500762"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692382);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.79803417964035"
                atv                     =   "50.10464017805687"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.12096316959378"
                atv                     =   "41.744329862600466"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.89106712391043"
                atv                     =   "20.136777931178827"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.93809047435911"
                atv                     =   "19.37654020106636"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.14178074097907"
                atv                     =   "20.868290236872717"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "117.2789422125729"
                atv                     =   "15.599511990263041"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-151.06288875597758"
                atv                     =   "14.738524961057474"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.836622725489178"
                atv                     =   "0.43442609131744764"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
                        <hotspot name               =   "spot_692391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.05210677085796"
                atv                     =   "4.021620852970508"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7905"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22603">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22611"
            title                       =   "江柳路400弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.104153"
            lng                         =   "121.490582"
            heading                     =   ""
            scene_id                    =   "22611"
            pano_id                     =   "689"
            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                =   "163.78839841157"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "163.78839841157"
                vlookat                 =   "67.960250247733"
                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/1/pano/d698caba797a38dc/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d698caba797a38dc/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.316299325306147"
                atv                     =   "10.53052673182124"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693130);"
                    
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.910937934388187"
                atv                     =   "6.895144322662594"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693131);"
                    
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.5652763948587"
                atv                     =   "8.840157550734478"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693132);"
                    
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.080342771902053"
                atv                     =   "9.830954017181153"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693133);"
                    
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.774501271534632"
                atv                     =   "14.183850436834746"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693134);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.581737835264335"
                atv                     =   "17.965189973683586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693135);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.030786112703822"
                atv                     =   "3.2072985999043393"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693136);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.49006214324817"
                atv                     =   "20.392813575143553"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693137);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "62.07604364156009"
                atv                     =   "19.114946168796546"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693138);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-143.70066179017545"
                atv                     =   "14.394798609513508"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693139);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.33208950941332"
                atv                     =   "24.559802392821062"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693140);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "112.47076016284251"
                atv                     =   "18.313223019823663"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693141);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.15389772864802"
                atv                     =   "-1.9666840555584328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.56595688559943"
                atv                     =   "-0.7113459401483482"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693143);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7920"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-155.93671501466997"
                atv                     =   "71.82182909246183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693144);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "江柳路400弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "138.09300291378327"
                atv                     =   "53.031757935391475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693145);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693146);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693147);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693148);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693149);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693150);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693151);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693152);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693153);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693154);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693155);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693156);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693157);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.12305577109174"
                atv                     =   "50.30327015757834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693158);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.1230549035595"
                atv                     =   "50.30327060421902"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693159);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "144.75517290135684"
                atv                     =   "53.86107545384424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693160);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.67445385811641"
                atv                     =   "52.300150324113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693161);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.4364395380083"
                atv                     =   "56.203648635514895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693162);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-122.21409667570697"
                atv                     =   "59.951684156145035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693163);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.5657708990305"
                atv                     =   "61.39782979480157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693164);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-128.04996800071333"
                atv                     =   "64.41741804234758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693165);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-126.40504481089533"
                atv                     =   "40.13840458771996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693166);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-133.7752953419215"
                atv                     =   "46.675388381751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693167);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-139.88298358302114"
                atv                     =   "51.734760411155236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693168);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-148.04652984663733"
                atv                     =   "57.654436724194056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693169);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-142.40112316460142"
                atv                     =   "41.10973408344329"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693170);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-148.36670007852197"
                atv                     =   "44.400926074633716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693171);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-154.9738056631306"
                atv                     =   "48.4164348271545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693172);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.63016639096975"
                atv                     =   "54.92402121820643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693173);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.0287873312565"
                atv                     =   "61.15029370382032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693174);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.86415698423735"
                atv                     =   "68.51668091966367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693175);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.52813695263137"
                atv                     =   "75.09092434427517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693176);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "140.5489209822417"
                atv                     =   "64.09661859481078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693177);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.1274755522096"
                atv                     =   "57.3309159408253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693178);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "103.93752948566899"
                atv                     =   "49.718350097317874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693179);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "100.08486350379985"
                atv                     =   "40.40111893718274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693180);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "107.73224102906303"
                atv                     =   "39.26672212722071"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693181);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.60850136393398"
                atv                     =   "44.87693935403901"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693182);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.1165465126598"
                atv                     =   "48.722847995099436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693183);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-112.57589324391688"
                atv                     =   "42.595756604014916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693184);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-114.52037549833165"
                atv                     =   "46.68153910550733"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693185);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "14"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.08535617741265"
                atv                     =   "42.21824126648859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693186);"
                    
                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(0, 111, 255, 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                    =   "7921"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.04516161994195"
                atv                     =   "10.574196334719376"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.96339585003363"
                atv                     =   "8.887553542939987"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.7258835907898"
                atv                     =   "6.997238056893576"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.227055338227842"
                atv                     =   "73.9339300729368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693190);"
                    
                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(255, 0, 230, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.258980818772443"
                atv                     =   "38.07176052518339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693191);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10961436678258"
                atv                     =   "35.762999567138664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693192);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.710605148221532"
                atv                     =   "46.35058899993467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693193);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.102863313549847"
                atv                     =   "42.28803589897154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693194);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50261802827049"
                atv                     =   "38.984113743950246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693195);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.582961516947421"
                atv                     =   "41.13880411019882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693196);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.176854840701026"
                atv                     =   "59.129457915799605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41-54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 221, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41-54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13510796968091654"
                atv                     =   "50.26264907180995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693198);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.775163292669845"
                atv                     =   "45.182286796347405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693199);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.206726649789573"
                atv                     =   "41.153460025536035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693200);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.685552986652738"
                atv                     =   "36.12611856753239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693201);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.699541460536466"
                atv                     =   "80.95427270142571"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693202);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.56368801603935"
                atv                     =   "68.70537022208744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693203);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.74249283363326"
                atv                     =   "68.73329174181093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693204);"
                    
                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(255, 0, 221, 0.78);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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91223608291614"
                atv                     =   "62.47425245482287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693205);"
                    
                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(255, 0, 221, 0.78);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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53506849085721"
                atv                     =   "62.25155900498477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693206);"
                    
                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(255, 0, 221, 0.78);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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.17438191927096"
                atv                     =   "58.040673036241536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693207);"
                    
                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(255, 0, 221, 0.78);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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54444299087686"
                atv                     =   "39.31452295526909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693208);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.971130192509236"
                atv                     =   "40.78334290343565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693209);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80427880172118"
                atv                     =   "39.463755410280804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693210);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07808617462001"
                atv                     =   "37.05589856722747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693211);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.532040417348924"
                atv                     =   "41.321278013197265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693212);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48181547001354"
                atv                     =   "61.45926925636456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693213);"
                    
                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(255, 0, 221, 0.78);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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
                        <hotspot name               =   "spot_693214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3768516308794"
                atv                     =   "31.494592417025846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693214);"
                    
                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(255, 0, 221, 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                    =   "7922"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22611">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22612"
            title                       =   "浦驰路1809弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.103259"
            lng                         =   "121.487347"
            heading                     =   ""
            scene_id                    =   "22612"
            pano_id                     =   "689"
            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                =   "-15.776383967854"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-15.776383967854"
                vlookat                 =   "45.507783650054"
                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/1/pano/21a3d3c673b1f887/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/21a3d3c673b1f887/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-44.86713152925245"
                atv                     =   "6.695249817533086"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693215);"
                    
                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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.76204941436578"
                atv                     =   "9.609103881379195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693216);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.98610466980244"
                atv                     =   "14.218837440170484"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693217);"
                    
                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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-89.09499441680703"
                atv                     =   "21.858935252306765"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693218);"
                    
                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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-144.96129898441276"
                atv                     =   "17.408138691207984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.96766620551168"
                atv                     =   "6.497414691469792"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693220);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "49.70876227389829"
                atv                     =   "7.4574319626170835"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693221);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.292920056802302"
                atv                     =   "17.176100427297186"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.993094760312943"
                atv                     =   "2.820071446239617"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.81055603759364"
                atv                     =   "23.347975355685044"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.06410021322864"
                atv                     =   "26.802216393943247"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "108.48001643348704"
                atv                     =   "17.026860914978414"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.4639079819537"
                atv                     =   "10.211231245042613"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.98106374645388"
                atv                     =   "7.723871019146212"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-169.2571444285105"
                atv                     =   "7.126221607100777"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.8323580158058235"
                atv                     =   "-0.7362668971844746"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693230);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.80720466100553"
                atv                     =   "0.9845018297803373"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693231);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7923"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.694979626774398"
                atv                     =   "76.2517210099379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦驰路1809弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.173693470361513"
                atv                     =   "37.88995262572914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693233);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5988027912511"
                atv                     =   "59.29488686742818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693234);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.935332726312936"
                atv                     =   "62.722046063726395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693235);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49407568398897"
                atv                     =   "66.5168112724277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693236);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.319039863038824"
                atv                     =   "70.27655499083278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693237);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.514321097006757"
                atv                     =   "73.64217120741223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693238);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.63522107196712"
                atv                     =   "74.42351303700015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693239);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19346490021906"
                atv                     =   "71.0142202353432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693240);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88313358986022"
                atv                     =   "67.53282811435744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693241);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.32940465142968"
                atv                     =   "64.83079876219306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693242);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.78839577925464"
                atv                     =   "62.195879487527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693243);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.5043184387689"
                atv                     =   "58.96858851153451"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693244);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.93979875735107"
                atv                     =   "56.577286166449824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693245);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3611183572919"
                atv                     =   "49.81043435178516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693246);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.01465629315783"
                atv                     =   "46.79523359160215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693247);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.95505229500833"
                atv                     =   "44.34844173305245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693248);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.144380244562967"
                atv                     =   "59.19096500272991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693249);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.549507641610035"
                atv                     =   "60.0967513539427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693250);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.21634676158902"
                atv                     =   "63.82814430822767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693251);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.61970453193112"
                atv                     =   "61.15796877295881"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693252);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.098103092696306"
                atv                     =   "59.183471014112904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693253);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.90501527523048"
                atv                     =   "56.583847493101096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693254);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.15066102752434"
                atv                     =   "54.58966464464743"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693255);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56541272399744"
                atv                     =   "52.985003109689906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693256);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36482459251283"
                atv                     =   "47.19799775503908"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693257);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.16960433494069"
                atv                     =   "44.872848287759716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693258);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.88058496293888"
                atv                     =   "42.30176957582593"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693259);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68853227573641"
                atv                     =   "52.3563683037408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693260);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.34807405316781"
                atv                     =   "51.33202824047836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693261);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.40616997566258"
                atv                     =   "49.297215305692845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693262);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93592711170169"
                atv                     =   "47.379506917810616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693263);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.377745120697455"
                atv                     =   "44.04243878712616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693264);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.52320839288558"
                atv                     =   "42.26827605385471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693265);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83758355332611"
                atv                     =   "39.45526061580166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693266);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.67760754163817"
                atv                     =   "35.98549910785279"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693267);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84392146472766"
                atv                     =   "37.75194789900118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693268);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87161329683261"
                atv                     =   "39.36674752003885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693269);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40068889968052"
                atv                     =   "42.946605755307566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693270);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.313886543559136"
                atv                     =   "44.51429273176077"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693271);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.668607989093914"
                atv                     =   "45.46413575387407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693272);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.599873803699495"
                atv                     =   "43.084856236840935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693273);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.398303416857686"
                atv                     =   "40.29229527604746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693274);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.500782005720737"
                atv                     =   "31.795619308497354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693275);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71579955091187"
                atv                     =   "38.510088937194425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693276);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58913248092432"
                atv                     =   "36.424354472482506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693277);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.20991404952656"
                atv                     =   "48.7525677328311"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693278);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.515601157081505"
                atv                     =   "42.02679828128679"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693279);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08334994366669"
                atv                     =   "44.03014979192506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693280);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12420593487741"
                atv                     =   "46.00195083244555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693281);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09044328911352"
                atv                     =   "47.81223371805958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693282);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.687501611396215"
                atv                     =   "49.56703072196613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693283);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32379855432515"
                atv                     =   "56.584806378572445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693284);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.134130625889043"
                atv                     =   "59.119353514873545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693285);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.603467554377914"
                atv                     =   "61.29922379564735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693286);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.262985316696358"
                atv                     =   "62.92579513543728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693287);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.634105627983786"
                atv                     =   "41.149949510760656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693288);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.56686337337595"
                atv                     =   "38.65972086112444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693289);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.882512265163427"
                atv                     =   "42.869529805590474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693290);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.2434550595587"
                atv                     =   "45.26083837514612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693291);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.76536858300267"
                atv                     =   "44.201450549885195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693292);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83865689693448"
                atv                     =   "47.50522145871162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693293);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.289179783251257"
                atv                     =   "40.07610424651421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693294);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.13458094608876"
                atv                     =   "51.83646452782198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693295);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.277370847191946"
                atv                     =   "49.48558351887022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693296);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.38396125410543"
                atv                     =   "41.92693625433184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693297);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.72026404705099"
                atv                     =   "43.515689967905004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693298);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.8690603064260927"
                atv                     =   "44.97892469183627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693299);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.101530301535433"
                atv                     =   "36.597971220136195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693300);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.990412599592105"
                atv                     =   "34.04455371763543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693301);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.791309419945605"
                atv                     =   "37.982993551005976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693302);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.811237729996833"
                atv                     =   "39.278750722399586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693303);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.384122783228179"
                atv                     =   "41.21175105171397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693304);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5686634910558155"
                atv                     =   "41.86499547591841"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693305);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.3956254457903"
                atv                     =   "33.92117420735535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693306);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.58250815026031"
                atv                     =   "34.69430665752598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693307);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.854267323610486"
                atv                     =   "36.6086489964411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693308);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.575595602009344"
                atv                     =   "36.119948881089165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693309);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.4687498659714606"
                atv                     =   "37.660708412096355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693310);"
                    
                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(255, 0, 255, 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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.133527956626835"
                atv                     =   "42.468666362358306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693311);"
                    
                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(255, 0, 255, 0.78);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                    =   "7924"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.9350463993635"
                atv                     =   "20.12069820925187"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.359271701195325"
                atv                     =   "17.15444686019593"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693313);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-126.9246448547735"
                atv                     =   "15.202360886275482"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693314);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(204, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.8520876445582"
                atv                     =   "83.53418058329927"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693315);"
                    
                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(0, 119, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.4116664229615"
                atv                     =   "50.35935309624718"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693316);"
                    
                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(0, 102, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.84397313349746"
                atv                     =   "50.68245178240826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693317);"
                    
                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(0, 102, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.7107464355007"
                atv                     =   "58.97169376795761"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693318);"
                    
                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(0, 102, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.63280067143972"
                atv                     =   "55.182570862408085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693319);"
                    
                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(0, 102, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
                        <hotspot name               =   "spot_693320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.88155184342853"
                atv                     =   "49.05893811176589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693320);"
                    
                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(0, 102, 255, 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                    =   "7925"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22612">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22613"
            title                       =   "浦锦路1658弄"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.101289"
            lng                         =   "121.488446"
            heading                     =   ""
            scene_id                    =   "22613"
            pano_id                     =   "689"
            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                =   "-12.616464080843"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-12.616464080843"
                vlookat                 =   "61.067161213712"
                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/1/pano/e6c78ea71416b420/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e6c78ea71416b420/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.39935142764534"
                atv                     =   "8.117819152230119"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-51.7124088846852"
                atv                     =   "8.334290852627152"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693322);"
                    
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-70.6041559630753"
                atv                     =   "14.771055824374939"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693323);"
                    
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.53967296949568"
                atv                     =   "20.92745033949402"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.8942408083698"
                atv                     =   "7.994959756172435"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.431192501295982"
                atv                     =   "7.735129695302172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.1165318464276197"
                atv                     =   "10.87513902186116"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.596438723989593"
                atv                     =   "23.68304950140069"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "28.61574385426303"
                atv                     =   "18.09363161048971"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.143885069422595"
                atv                     =   "9.925665219581221"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "67.17989009961605"
                atv                     =   "27.237056945247907"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.20198480737375"
                atv                     =   "19.736097014267433"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "124.71331269442408"
                atv                     =   "15.602894964262791"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "71.34715306731943"
                atv                     =   "12.46273516923729"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.11368539629566"
                atv                     =   "9.647061345046964"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.18417550080935"
                atv                     =   "11.652330715691386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593702936804"
                atv                     =   "3.436947340854455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.43515485702545"
                atv                     =   "0.9996649434228115"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7926"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.13986451707478"
                atv                     =   "65.70410220692268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦锦路1658弄小区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]浦锦路1658弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.57876800483422"
                atv                     =   "58.63059127882289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693341);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.91963370583301"
                atv                     =   "54.2346710388249"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693342);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.86339398721782"
                atv                     =   "50.597466570771374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693343);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.81875202395804"
                atv                     =   "41.00748648205155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693344);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.48486429350737"
                atv                     =   "38.18462944409502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693345);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.07768831254538"
                atv                     =   "35.72780060894929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693346);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.673586976732736"
                atv                     =   "65.34199008191018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693347);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.473966602289295"
                atv                     =   "58.201547935580415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693348);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.120059220267024"
                atv                     =   "56.17029800864992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693349);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.25957401102903"
                atv                     =   "36.97734276993392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693350);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.35202066229283"
                atv                     =   "36.32241238818516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693351);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.75043040054322"
                atv                     =   "34.54997859760574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693352);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.62543866261512"
                atv                     =   "33.81254625075804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693353);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.65598194336866"
                atv                     =   "32.94624303743284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693354);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.95277772561298"
                atv                     =   "31.87902944906514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693355);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.11298133353625"
                atv                     =   "37.65861594626518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693356);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10579384839093"
                atv                     =   "37.552843597530085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693357);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26149105867069"
                atv                     =   "41.928620372221644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693358);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31456890093517"
                atv                     =   "44.52737272076842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693359);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.280898197333556"
                atv                     =   "42.173975462660955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693360);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.83531347616707"
                atv                     =   "40.009108499896826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693361);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.10722644800336"
                atv                     =   "44.28743809755281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693362);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1998523064126"
                atv                     =   "51.57532594946899"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693363);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02730537968182"
                atv                     =   "55.88599944685212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693364);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.32069657619377"
                atv                     =   "52.55493366270393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693365);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.547708643354554"
                atv                     =   "49.22107271000641"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693366);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74735406706327"
                atv                     =   "46.58742030148461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693367);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11155960007068"
                atv                     =   "43.52719638719919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693368);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.573311675552475"
                atv                     =   "40.13963484013759"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693369);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44145284714074"
                atv                     =   "38.17476657413271"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693370);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.57392219026758"
                atv                     =   "35.38592433405748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693371);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.5246969869848"
                atv                     =   "33.384812913916306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693372);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.73038234931434"
                atv                     =   "36.22721365793897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693373);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.05031983075864"
                atv                     =   "57.52513936761333"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693374);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35557012142928"
                atv                     =   "51.67505625663285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693375);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78167300430388"
                atv                     =   "39.71952917012479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693376);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04822433048645"
                atv                     =   "36.57063446198287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693377);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.36602444395533"
                atv                     =   "36.560452952862526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693378);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.6077264915757"
                atv                     =   "56.00389908856509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693379);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.25762839076168"
                atv                     =   "53.98202214502952"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693380);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.27038773475766"
                atv                     =   "65.41843369241911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693381);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.33361512549726"
                atv                     =   "61.66841255888749"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693382);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.23022189916298"
                atv                     =   "77.22818331212338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693383);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.7328825793437"
                atv                     =   "69.44166949987073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693384);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7897922962311"
                atv                     =   "78.46353015021631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693385);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.05640883627831"
                atv                     =   "71.24474524817454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693386);"
                    
                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(255, 0, 255, 0.78);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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.5788678939368"
                atv                     =   "39.43578776893364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693387);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.29485093401132"
                atv                     =   "34.19168421295399"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693388);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.24139716998468"
                atv                     =   "33.705274326353575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693389);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.83306855906798"
                atv                     =   "34.529366344658605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693390);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1151064916065"
                atv                     =   "35.68258051949041"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693391);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.1769209658907"
                atv                     =   "35.4976167340169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693392);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.52947037431787"
                atv                     =   "37.31907672990157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693393);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.61363089778592"
                atv                     =   "38.6280791169851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693394);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.073498523544"
                atv                     =   "43.017764835145485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693395);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.65607410306575"
                atv                     =   "43.69250396046315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693396);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.85834091236876"
                atv                     =   "46.780049959522806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693397);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.99466892828394"
                atv                     =   "32.40472922090408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693398);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.62206041052394"
                atv                     =   "32.176742364079274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693399);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.80435282093012"
                atv                     =   "37.972520259737976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693400);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.35728152694253"
                atv                     =   "39.825741405041875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693401);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.27924275186984"
                atv                     =   "47.419770945139426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693402);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.05589803599884"
                atv                     =   "50.38188782581843"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693403);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.03677806127064"
                atv                     =   "53.218948880393725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693404);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.58863498576454"
                atv                     =   "55.20316683810583"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693405);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.7527236484771"
                atv                     =   "50.92487851182244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693406);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.29198036375959"
                atv                     =   "44.61427181241592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693407);"
                    
                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(255, 0, 255, 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                    =   "7927"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.58758815796085"
                atv                     =   "11.284798818087674"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.759691114777524"
                atv                     =   "9.808257715546832"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵行第三小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.20647014683414"
                atv                     =   "13.627128459147109"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.7374892598726"
                atv                     =   "86.86072974043141"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦驰路1659弄小区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(0, 119, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]浦驰路1659弄小区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.0266762609294915"
                atv                     =   "44.20472984562466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693412);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.45033406241438"
                atv                     =   "62.18612135451158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693413);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5180117879934"
                atv                     =   "67.11336840973432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693414);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07150883281025"
                atv                     =   "43.52383208369737"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693415);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.3074867234699"
                atv                     =   "43.97727153009029"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693416);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.9973294815519"
                atv                     =   "49.448560319768454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693417);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.73220755021646"
                atv                     =   "54.2270110513182"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693418);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.8926454815747"
                atv                     =   "61.298875432440525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693419);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.49983665844078"
                atv                     =   "68.02614348828801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693420);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.0213553979219"
                atv                     =   "71.60500841341954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693421);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92449013586057"
                atv                     =   "65.91842207083673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693422);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.5724850300374"
                atv                     =   "77.29714522673976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693423);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.44951665173471"
                atv                     =   "69.19350345220346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693424);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.082866718791934"
                atv                     =   "76.02923392904519"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693425);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "71.11026341986678"
                atv                     =   "58.458508409722114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693426);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.49571780296486"
                atv                     =   "58.885002162759044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693427);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.96146828890255"
                atv                     =   "53.05898596508839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693428);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.56933016065733"
                atv                     =   "59.88800140433262"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693429);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.029933753712214"
                atv                     =   "64.97726889316634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693430);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.993481364894478"
                atv                     =   "70.90594570677514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693431);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.701825374581858"
                atv                     =   "65.11613158580136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693432);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90804500387759"
                atv                     =   "57.25762646888655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693433);"
                    
                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(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.826703972135249"
                atv                     =   "50.43829633086509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693434);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.4359156985754"
                atv                     =   "49.424781966096695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693435);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.97416937542107"
                atv                     =   "54.931629147239605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693436);"
                    
                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(0, 102, 255, 0.77);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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.072580176582164"
                atv                     =   "58.06604706627666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693437);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.320016128072325"
                atv                     =   "45.27012118058108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693438);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.161598106000156"
                atv                     =   "49.349411876373956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693439);"
                    
                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(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.527656360340359"
                atv                     =   "51.31626101266446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693440);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.932195095915233"
                atv                     =   "40.901796992023144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693441);"
                    
                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(0, 102, 255, 0.77);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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.306563359747372"
                atv                     =   "43.56360653174206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693442);"
                    
                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(0, 102, 255, 0.77);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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.8878581098668"
                atv                     =   "40.29870244925159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693443);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.39742130036643"
                atv                     =   "46.321195449491675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693444);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.05764415851328"
                atv                     =   "49.274226038350754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693445);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.6990346009195"
                atv                     =   "53.881980848244815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693446);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.56677632391614"
                atv                     =   "51.34375318916376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693447);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.38130239285476"
                atv                     =   "53.420082773587374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693448);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.8074823223588"
                atv                     =   "55.73545367284302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693449);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.6416997756572"
                atv                     =   "59.86095562526252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693450);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
                        <hotspot name               =   "spot_693451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.126162367335496"
                atv                     =   "39.75013695877608"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693451);"
                    
                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(0, 102, 255, 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                    =   "7928"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22613">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22604"
            title                       =   "华侨城2期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.098086"
            lng                         =   "121.489249"
            heading                     =   ""
            scene_id                    =   "22604"
            pano_id                     =   "689"
            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.76770443810403"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-0.76770443810403"
                vlookat                 =   "60.537370386115"
                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/1/pano/cd077278dfb152c3/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/cd077278dfb152c3/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.678623239137607"
                atv                     =   "81.83149113237215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692392);"
                    
                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(230, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25659133963399"
                atv                     =   "34.07591624342859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692393);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00985227038416"
                atv                     =   "39.52074591938526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692394);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.36578462612167"
                atv                     =   "37.07998964070559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692395);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.75016288910294"
                atv                     =   "58.68415837357268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692396);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.88117923294294"
                atv                     =   "56.4529207108136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692397);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.25249471304653"
                atv                     =   "54.40771615378432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692398);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6274508355967"
                atv                     =   "52.52940435203218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692399);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.68617451981902"
                atv                     =   "46.507839474805806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692400);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.02839699600918"
                atv                     =   "44.315952576565785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692401);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.58008126938722"
                atv                     =   "42.08188047854954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692402);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99841424535526"
                atv                     =   "39.56402096202606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692403);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.74345286349384"
                atv                     =   "69.22213416879447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692404);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.84989781680326"
                atv                     =   "58.93966949747715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692405);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.90996006709776"
                atv                     =   "49.105253928063156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692406);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97751388280545"
                atv                     =   "46.638831910222514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692407);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.92594767137206"
                atv                     =   "44.331092504665484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692408);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.2039645313902"
                atv                     =   "41.76481223777569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692409);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45438357961643"
                atv                     =   "41.91781129631702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692410);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.978177011257"
                atv                     =   "50.11436225782297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692411);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.600747194317364"
                atv                     =   "41.08973614642498"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692412);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.389716619748015"
                atv                     =   "58.2222720518351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692413);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.112049602903937"
                atv                     =   "65.65435032561585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692414);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.061786064410967"
                atv                     =   "52.48037728846972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692415);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.55467486044131"
                atv                     =   "53.29896556181052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692416);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.431239817020355"
                atv                     =   "54.110226626747206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692417);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.695391722050147"
                atv                     =   "55.118424542323154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692418);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.60064495542832"
                atv                     =   "48.16208492683568"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692419);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.26034702603351"
                atv                     =   "41.73326364392648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692420);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59832339380847"
                atv                     =   "35.434169279954105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692421);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91581084530486"
                atv                     =   "64.76156029930323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692422);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.35286445047302"
                atv                     =   "57.3520044087589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692423);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.41955643707121"
                atv                     =   "40.97914812313218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692424);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.44424376272889"
                atv                     =   "52.83632802875314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692425);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66927986917517"
                atv                     =   "50.94373481203022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692426);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.113303467276296"
                atv                     =   "48.83200222816669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692427);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.4868491734108"
                atv                     =   "48.004848609342254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692428);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.696928836979"
                atv                     =   "43.80229510087134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692429);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38855972372653"
                atv                     =   "41.36945240244975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692430);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.73425115378325"
                atv                     =   "38.810049967608556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692431);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51229315522642"
                atv                     =   "36.795981763523166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692432);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.945416563677895"
                atv                     =   "53.49933670302564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692433);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.61527345002827"
                atv                     =   "44.489791991223896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692434);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40987216313738"
                atv                     =   "42.19096030743813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692435);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06453795477637"
                atv                     =   "38.31695716643126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692436);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.73046388836633"
                atv                     =   "36.90969329641004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692437);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.55702001645011"
                atv                     =   "53.820862084438694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692438);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.60546165387362"
                atv                     =   "41.32671340923435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692439);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.1222690743511"
                atv                     =   "41.948215563494465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692440);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.95186836130256"
                atv                     =   "42.18991245672146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692441);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.8319783430432"
                atv                     =   "41.74564314481671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692442);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.7382747933357"
                atv                     =   "41.326630085029855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692443);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.35452397328373"
                atv                     =   "41.05427494334525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692444);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.12807081394544"
                atv                     =   "40.59776340008396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692445);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.30161405187602"
                atv                     =   "40.15164045631591"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692446);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.41646067413194"
                atv                     =   "39.73487780736381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692447);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.39330706129277"
                atv                     =   "39.14855881832552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692448);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.93832314187966"
                atv                     =   "37.108733927867235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692449);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.67124902854852"
                atv                     =   "36.39295435571809"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692450);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.71481671825552"
                atv                     =   "35.36383701738092"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692451);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.60883520221782"
                atv                     =   "34.54917954622724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692452);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.9467816986077"
                atv                     =   "62.74900410135963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692453);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.87115496940203"
                atv                     =   "62.63424666800196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692454);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.28700622595858"
                atv                     =   "50.806159796439715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692455);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.89340993740797"
                atv                     =   "49.737779113484244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692456);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.42812531057206"
                atv                     =   "47.57623466939391"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692457);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.16229145529772"
                atv                     =   "41.22568717881078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692458);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.72324282922054"
                atv                     =   "35.77526729999438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692459);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.16624386354894"
                atv                     =   "35.939176306630216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692460);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38472377282844"
                atv                     =   "36.78795277357995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692461);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.245256854129"
                atv                     =   "39.93916966064257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692462);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.95817672947769"
                atv                     =   "40.8212742565572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692463);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.79087397095958"
                atv                     =   "41.628911065910835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692464);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.671899098298"
                atv                     =   "42.33972653719904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692465);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.72056005682003"
                atv                     =   "37.70940727755877"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692466);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.31250068959443"
                atv                     =   "39.52502754204292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692467);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.0993595876586"
                atv                     =   "40.923265483212035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692468);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.25846676459992"
                atv                     =   "42.42747440994726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692469);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02963439208995"
                atv                     =   "48.11713176628099"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692470);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.50428488940975"
                atv                     =   "49.30995589052989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692471);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.20165144465483"
                atv                     =   "50.31066338441252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692472);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.07291024050755"
                atv                     =   "51.4305569433405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692473);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93154469798938"
                atv                     =   "40.47249327656721"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692474);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.80526984074356"
                atv                     =   "42.19018765713871"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692475);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.1662447625936"
                atv                     =   "44.64361470874094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692476);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63361352983571"
                atv                     =   "47.49263708542204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692477);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40281293618645"
                atv                     =   "54.483981668122254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692478);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.40398497958148"
                atv                     =   "57.414957985299374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692479);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5028565839575"
                atv                     =   "59.81174915428461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692480);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.50536542401125"
                atv                     =   "61.13541491166297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692481);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.94104856522995"
                atv                     =   "42.079017095511624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692482);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.26060739654952"
                atv                     =   "45.57716042059144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692483);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98851813609906"
                atv                     =   "44.98945533057473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692484);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.97532826318923"
                atv                     =   "47.899701753040674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692485);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.92809755575752"
                atv                     =   "50.49156785543801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692486);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99204558079566"
                atv                     =   "60.58243419305484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692487);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99080984923549"
                atv                     =   "72.18074971503162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692488);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.43973158224856"
                atv                     =   "8.8487926233863"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692489);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-42.10876271343682"
                atv                     =   "7.600534120169139"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692490);"
                    
                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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.12266549369042"
                atv                     =   "16.188879043156806"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.11652494131351"
                atv                     =   "8.637496558299556"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692492);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.02447216080822"
                atv                     =   "14.637845322883273"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692493);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "24.56605758440254"
                    target_view_vlookat =   "39.02962909006442"
                    other_args          =   "view.hlookat=24.56605758440254&amp;view.vlookat=39.02962909006442&amp;view.fov=82.56714178322653"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.272758745176077"
                atv                     =   "2.7126685741227727"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692494);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.80557193938222"
                atv                     =   "20.414550606863266"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692495);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.72737812925567"
                atv                     =   "15.113661396496124"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692496);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.5115489019073"
                atv                     =   "21.69160640796096"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692497);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.44983010978913"
                atv                     =   "14.99977416774528"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692498);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.88826852911"
                atv                     =   "22.369597653405744"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692499);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.1706828263724"
                atv                     =   "7.343322606294779"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692500);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.29480103811653"
                atv                     =   "20.143034172442487"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692501);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.425299210722756"
                atv                     =   "-1.0029460205761032"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692502);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.9290556932728"
                atv                     =   "1.9351567543424268"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692503);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7907"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16168166064284"
                atv                     =   "37.65093548721276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692504);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.103460826146545"
                atv                     =   "32.56925938841204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692505);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19417142148092"
                atv                     =   "40.970550628498096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692506);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.91979558294321"
                atv                     =   "41.87067748901588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692507);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39283429262525"
                atv                     =   "43.052360020863304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692508);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.85576218057787"
                atv                     =   "44.23187296427774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692509);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.436693854779094"
                atv                     =   "49.18112270112999"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692510);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.396103590457187"
                atv                     =   "50.428895671758696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692511);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90427325547779"
                atv                     =   "51.26297878843363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692512);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.228689485126324"
                atv                     =   "34.772130151987746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692513);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75988309524513"
                atv                     =   "35.52976420156666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692514);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.677592283440163"
                atv                     =   "36.434949728938875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692515);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4423516828017"
                atv                     =   "37.34098257877305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692516);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.011352637914058"
                atv                     =   "38.35830616592979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692517);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.57071283062811"
                atv                     =   "41.82437583927743"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692518);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.238646287927509"
                atv                     =   "42.95900931115975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692519);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.051059674523572"
                atv                     =   "43.66699043879178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692520);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.2153908150909274"
                atv                     =   "44.750205727680424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692521);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40182302316196683"
                atv                     =   "45.61591523916486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692522);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.866644055691722"
                atv                     =   "32.469787998869485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692523);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.086753246216574"
                atv                     =   "33.34372482591632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692524);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.587826977656107"
                atv                     =   "34.29854334334471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692525);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.285593730613584"
                atv                     =   "36.252042094171266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692526);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.880699818906805"
                atv                     =   "36.991740331763175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692527);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.5511646507811179"
                atv                     =   "37.63450043793185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692528);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.140373799746044"
                atv                     =   "38.173087473161715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692529);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.95776637309325"
                atv                     =   "38.01142948294745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692530);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12791809033388"
                atv                     =   "37.28267824551313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692531);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.28159652093643"
                atv                     =   "36.281295877382156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692532);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99404812968061"
                atv                     =   "35.65452850258111"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692533);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.68059256671353"
                atv                     =   "33.8246240763227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692534);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70542491804906"
                atv                     =   "33.12892405453364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692535);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.34129422639609"
                atv                     =   "37.70358229770752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692536);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2701813445442"
                atv                     =   "38.509701432191704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692537);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38145920402451"
                atv                     =   "39.170780186111905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692538);"
                    
                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(238, 0, 255, 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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.50708577180774"
                atv                     =   "40.010047277891026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692539);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
                        <hotspot name               =   "spot_692540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.970119265683024"
                atv                     =   "34.15424677774974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692540);"
                    
                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(238, 0, 255, 0.78);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                    =   "7906"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22604">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22605"
            title                       =   "华侨城3期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.098901"
            lng                         =   "121.492208"
            heading                     =   ""
            scene_id                    =   "22605"
            pano_id                     =   "689"
            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                =   "158.9981319812"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "158.9981319812"
                vlookat                 =   "65.580079737578"
                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/1/pano/8273e44932f00c7c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8273e44932f00c7c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24859341209168"
                atv                     =   "77.50205216817747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692541);"
                    
                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(230, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18237849457512"
                atv                     =   "36.11284996603743"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692542);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.08635083475792"
                atv                     =   "38.70152023984778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692543);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.98066892227217"
                atv                     =   "42.18543814003156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692544);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.7777534941069"
                atv                     =   "45.38218495164484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692545);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.52811224802065"
                atv                     =   "47.282421255711505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692546);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18450601156593"
                atv                     =   "32.655219398131926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692547);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3
1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(238, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3
1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.77158465938422"
                atv                     =   "34.83787179676206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692548);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.56648617246864"
                atv                     =   "37.56784648893829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692549);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.51148793830606"
                atv                     =   "36.37254633829794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692550);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.9238518587575"
                atv                     =   "54.39792229776886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692551);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.68777720995104"
                atv                     =   "52.38248646538644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692552);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.14850634064442"
                atv                     =   "49.34693427659031"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692553);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89541374044995"
                atv                     =   "47.043269045504765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692554);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.82962750756116"
                atv                     =   "40.56255163752685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692555);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.12917132520232"
                atv                     =   "37.75013993195959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692556);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.63372230619865"
                atv                     =   "35.52876887141526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692557);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.95669301322528"
                atv                     =   "40.08267163678742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692558);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.23829435497956"
                atv                     =   "39.16014832118139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692559);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.3199920708511"
                atv                     =   "38.485972974979994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692560);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.43338838811553"
                atv                     =   "34.33770443119807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692561);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.7613833246976"
                atv                     =   "48.62874292374413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692562);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.0920680012322"
                atv                     =   "47.38630736197093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692563);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.34867373056812"
                atv                     =   "46.25598837382943"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692564);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.50836041264307"
                atv                     =   "44.6213215563388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692565);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.63137838284885"
                atv                     =   "40.33779546615199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692566);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.24360107949016"
                atv                     =   "38.375583993145575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692567);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.88747515188643"
                atv                     =   "36.34995741855968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692568);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.4295752315493"
                atv                     =   "56.9749720764461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692569);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.54068063528825"
                atv                     =   "54.83622246426928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692570);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.35988117441968"
                atv                     =   "52.399121974089134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692571);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.78357374895512"
                atv                     =   "44.30772596275685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692572);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8578275428467"
                atv                     =   "40.50652943160289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692573);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.31350217408365"
                atv                     =   "38.1274414093465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692574);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.28839272957191"
                atv                     =   "44.13480190418408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692575);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.83865311787397"
                atv                     =   "32.70388970291758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692576);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.40985811090087"
                atv                     =   "55.08392271141541"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692577);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.57128883257582"
                atv                     =   "58.926434508517815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692578);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.58677038845903"
                atv                     =   "61.87499298909231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692579);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.36924410495254"
                atv                     =   "65.32112717000126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692580);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.1725317978877"
                atv                     =   "57.778419325788164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692581);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39906036788085"
                atv                     =   "65.07088103599729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692582);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.43184859326982"
                atv                     =   "49.040425678340625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692583);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31287979432088"
                atv                     =   "46.65540411920343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692584);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.29877382808465"
                atv                     =   "68.68562824840582"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692585);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.7014084799809"
                atv                     =   "60.54760836907829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692586);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.50886729881921"
                atv                     =   "40.325651381903626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692587);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.186742481767055"
                atv                     =   "38.05759732839891"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692588);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.869466796241795"
                atv                     =   "51.870092617816894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692589);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.493057758670034"
                atv                     =   "57.032017461549465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692590);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06131005982587"
                atv                     =   "61.861919859782155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692591);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50971102419982"
                atv                     =   "35.677097020541524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692592);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.31714692366643"
                atv                     =   "39.1169503933094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692593);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.040597903725086"
                atv                     =   "46.17927404436574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692594);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.607175826557068"
                atv                     =   "51.33642353570919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692595);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.29028297054731"
                atv                     =   "54.608934881428176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692596);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8686587354887934"
                atv                     =   "53.56695965206251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692597);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.47558480086701"
                atv                     =   "40.63852235284101"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692598);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.97172814759332"
                atv                     =   "43.05757616742998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692599);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.17129771645313"
                atv                     =   "41.03036724919056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692600);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.449720060506934"
                atv                     =   "64.65305649925172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692601);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54783492641383"
                atv                     =   "60.38983634543313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692602);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27391951016236"
                atv                     =   "48.687194205499786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692603);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06741049670336"
                atv                     =   "55.09887150305786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692604);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.31135845634748"
                atv                     =   "37.17365319515136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692605);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74693548805783"
                atv                     =   "39.31693276204378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692606);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83777202602118"
                atv                     =   "40.98427324667697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692607);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40277679676183"
                atv                     =   "43.592229383656715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692608);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69742017432753"
                atv                     =   "48.718577869558004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692609);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.924034170795494"
                atv                     =   "50.60920815487176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692610);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3464959396228"
                atv                     =   "53.618213339625164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692611);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.524739116496676"
                atv                     =   "42.2605396632555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692612);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41295102458764"
                atv                     =   "44.20873472263667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692613);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73254418309"
                atv                     =   "46.14223015639406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692614);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.7686515563668195"
                atv                     =   "44.13149925850474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692615);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.961764314172228"
                atv                     =   "43.02462384622432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692616);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80063672352469"
                atv                     =   "40.28722101626366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692617);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.060440175328267"
                atv                     =   "36.542842614357085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692618);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.114987885607945"
                atv                     =   "35.04166128241381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692619);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.053741481624684"
                atv                     =   "33.16256809122275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692620);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97604371814555"
                atv                     =   "32.297119913337546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692621);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.710699236857636"
                atv                     =   "31.2572847565158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692622);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.853197176250546"
                atv                     =   "32.05859309361353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692623);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.717855679960337"
                atv                     =   "32.96549081331593"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692624);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.42361418958319"
                atv                     =   "35.2168042500385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692625);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.892599199633366"
                atv                     =   "36.584312224790565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692626);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.7010305069229048"
                atv                     =   "37.367367263457254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692627);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.173884859789325"
                atv                     =   "36.16309594538238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692628);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05956119180246"
                atv                     =   "36.43730432132835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692629);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.405434643381568"
                atv                     =   "37.59035166375253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692630);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.8280137689153"
                atv                     =   "7.274298932183088"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.99777817854391"
                atv                     =   "8.200059760327635"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.84142641294659"
                atv                     =   "1.6068604366165218"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-53.265923151734796"
                atv                     =   "14.006914986505414"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692634);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.201574111166735"
                atv                     =   "21.07255473466794"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692635);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.89314531469228"
                atv                     =   "19.546041461206165"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.48821771092986"
                atv                     =   "20.266758032997178"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-153.4046131984217"
                atv                     =   "13.548039895123237"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.32560825479877"
                atv                     =   "13.962354267591008"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692639);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.11581427752037"
                atv                     =   "12.958720321867732"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692640);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.02755894694099"
                atv                     =   "23.473065175688856"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692641);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.701842432139756"
                atv                     =   "-0.5889586983585742"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692642);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.2516400290433"
                atv                     =   "2.3227213962586863"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7908"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80675431995994"
                atv                     =   "31.698927468553368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692644);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.78546533070212"
                atv                     =   "35.828991130265315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692645);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.8775359336287"
                atv                     =   "38.14611522769535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692646);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.2761600490908"
                atv                     =   "33.24105763938378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692647);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.1832154295372"
                atv                     =   "38.93447119835075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692648);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "163.48397369252206"
                atv                     =   "38.71207932364402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692649);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.7951660626082"
                atv                     =   "58.83005994492428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692650);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.3455549304951"
                atv                     =   "59.672510980533794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692651);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8047772190975"
                atv                     =   "37.087444207057345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692652);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.533837076747886"
                atv                     =   "37.63499407951813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692653);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50872588187633"
                atv                     =   "47.90019558992627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692654);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.462502481364027"
                atv                     =   "49.53025425528765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692655);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07384994229767"
                atv                     =   "34.485735529559896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692656);"
                    
                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(238, 0, 255, 0.78);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76471412409171"
                atv                     =   "51.844066077263754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692657);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
                        <hotspot name               =   "spot_692658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99114320682042"
                atv                     =   "44.64738792085204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692658);"
                    
                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(238, 0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22605">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22606"
            title                       =   "华侨城4期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.095480"
            lng                         =   "121.490235"
            heading                     =   ""
            scene_id                    =   "22606"
            pano_id                     =   "689"
            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                =   "168.23256987683"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "168.23256987683"
                vlookat                 =   "67.981137228903"
                fovtype                 =   "MFOV"
                fov                     =   "100"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/bbb27c7b98fbb5e2/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68466085108275"
                atv                     =   "87.42330194706501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692659);"
                    
                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:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.39795100389725"
                atv                     =   "44.48662176324117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692660);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70651432329066"
                atv                     =   "34.8767793347709"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692661);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95670028502843"
                atv                     =   "36.740149922898446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692662);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.09416879035007"
                atv                     =   "36.938861884495466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692663);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.108179779971465"
                atv                     =   "40.04406287672397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692664);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.155884064449765"
                atv                     =   "41.4590285565105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692665);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.41992056200411"
                atv                     =   "43.725687462337184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692666);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13728905590608"
                atv                     =   "38.454397424571226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692667);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.307107455539153"
                atv                     =   "37.681430826104425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692668);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21620691061935"
                atv                     =   "45.049981599485555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692669);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.90435491226151"
                atv                     =   "46.607902396468205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692670);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71303811330296"
                atv                     =   "47.92048226081058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692671);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.28918182649193"
                atv                     =   "49.53383102652652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692672);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99068028945777"
                atv                     =   "51.37033527595903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692673);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06559385031801"
                atv                     =   "52.999384185014144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692674);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.5430240415668095"
                atv                     =   "38.04431272502284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692675);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.730998102820763"
                atv                     =   "36.84434660566193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692676);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.544808677237825"
                atv                     =   "36.29802547320296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692677);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.330157808367346"
                atv                     =   "33.41918854052433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692678);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.145824365703675"
                atv                     =   "32.43892063982968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692679);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.805701863392756"
                atv                     =   "31.609748226965337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692680);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.5156245398056853"
                atv                     =   "45.68467780192996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692681);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.3292786447808"
                atv                     =   "43.97700722231727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692682);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.333071718223835"
                atv                     =   "42.59302322764702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692683);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.102855014048828"
                atv                     =   "38.51439917866117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692684);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.903884884787942"
                atv                     =   "36.57259431476699"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692685);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2747693245052"
                atv                     =   "34.54392291043117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692686);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9392438521881"
                atv                     =   "53.822402354555706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692687);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.59743804852462"
                atv                     =   "57.03322944340563"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692688);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15317767936409"
                atv                     =   "58.99890455127503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692689);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.2503311805732"
                atv                     =   "62.032239426241965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692690);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.08347511946204"
                atv                     =   "64.28129597183631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692691);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.87557283901134"
                atv                     =   "58.093576104469406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692692);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.52978528350116"
                atv                     =   "51.07507643275911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692693);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3713165236146097"
                atv                     =   "56.50377430532053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692694);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.458298804929484"
                atv                     =   "55.643399305377024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692695);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.223710531773975"
                atv                     =   "54.36187600652904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692696);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.867679733192972"
                atv                     =   "53.114123774469974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692697);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.705687895658002"
                atv                     =   "51.116572277366856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692698);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.293734424934826"
                atv                     =   "49.841154319764655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692699);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.291761586764665"
                atv                     =   "45.58075515020294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692700);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.37651874409778"
                atv                     =   "43.53135751674463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692701);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.678894844065894"
                atv                     =   "41.746108575931665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692702);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70978124995992"
                atv                     =   "40.426551769111626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692703);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.64666426496149"
                atv                     =   "39.120576055104884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692704);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7490716049536"
                atv                     =   "37.952179841001566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692705);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.521882968062073"
                atv                     =   "67.16847852394609"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692706);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.087355097552745"
                atv                     =   "65.41392871925025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692707);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.614859915402576"
                atv                     =   "63.60449206895305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692708);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.475991063581546"
                atv                     =   "60.827462624908726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692709);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86460228709541"
                atv                     =   "58.67432562302291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692710);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.53297504392958"
                atv                     =   "56.2764038838865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692711);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.613724621380754"
                atv                     =   "42.74687247451313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692712);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27726074262341"
                atv                     =   "40.610543099348305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692713);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.82673467230808"
                atv                     =   "47.7687908095221"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692714);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.91701429061732"
                atv                     =   "42.01377131517057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692715);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.14395944114017"
                atv                     =   "51.48038478890898"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692716);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.4919418000901"
                atv                     =   "53.71936606651198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692717);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.62629543069818"
                atv                     =   "56.60422420903432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692718);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81385144755546"
                atv                     =   "59.29353851230982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692719);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.53013197066423"
                atv                     =   "62.45242069422033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692720);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47780395378464"
                atv                     =   "65.32011956707527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692721);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.24011269952572"
                atv                     =   "73.12399134142103"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692722);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.2329820476964"
                atv                     =   "70.1972743511948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692723);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.44838567167696"
                atv                     =   "67.65202140016844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692724);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.05312923892484"
                atv                     =   "64.46145758773541"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692725);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.9360852383017"
                atv                     =   "61.37387623672132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692726);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.15408232126731"
                atv                     =   "58.23865509395696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692727);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.29598002231546"
                atv                     =   "51.696285703010005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692728);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.02488460166111"
                atv                     =   "49.494683762732805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692729);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.5254833863377"
                atv                     =   "47.5735420776237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692730);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.31000502495306"
                atv                     =   "45.43886540329391"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692731);"
                    
                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(0, 111, 255, 0.78);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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.65109229580571"
                atv                     =   "43.42957441848622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692732);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.56852737703002"
                atv                     =   "41.205348737691274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692733);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "141.11018943079443"
                atv                     =   "60.69416196203266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692734);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.4051339749564"
                atv                     =   "59.49716907670447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692735);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.94598535733095"
                atv                     =   "57.953604733386655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692736);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.52093105087982"
                atv                     =   "56.22184386063447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692737);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.11118143779433"
                atv                     =   "54.45278094935446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692738);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.71990483925697"
                atv                     =   "52.737275789272836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692739);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12096619052414"
                atv                     =   "48.20396313633125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692740);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.629738657861"
                atv                     =   "46.56257342244645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692741);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8246221418664"
                atv                     =   "44.72124453804192"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692742);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.21267647361339"
                atv                     =   "42.48808563702501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692743);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.18452723518104"
                atv                     =   "40.559417508773365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692744);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.2702385076002"
                atv                     =   "38.97450248268747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692745);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.11054207535722"
                atv                     =   "50.07952053270584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692746);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.7965543714682"
                atv                     =   "51.73801431588992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692747);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.33412634738391"
                atv                     =   "53.15234075504614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692748);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.32511752880418"
                atv                     =   "54.918875187312956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692749);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.16161472451864"
                atv                     =   "56.7337974022949"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692750);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.1220477191543"
                atv                     =   "41.46177938065555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692751);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.8942248218122"
                atv                     =   "43.63923909975554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692752);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.41068920158528"
                atv                     =   "46.42753667344725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692753);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.1124355397942"
                atv                     =   "54.654417966294616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692754);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.33069130340317"
                atv                     =   "55.69577984862586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692755);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.45404554119523"
                atv                     =   "48.35946984066256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692756);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.03366335841895"
                atv                     =   "46.923872133858886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692757);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.40669782453381"
                atv                     =   "40.62077906630905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692758);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.10042217088568"
                atv                     =   "37.734734426249055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692759);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.03704003072716"
                atv                     =   "35.31462667206405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692760);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.73536746557843"
                atv                     =   "35.94087082277458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692761);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.9289391442677"
                atv                     =   "37.43761557535044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692762);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.40051741219378"
                atv                     =   "38.97633521130055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692763);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.57757681068273"
                atv                     =   "36.45822631493252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692764);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.56603282230938"
                atv                     =   "36.98367238780418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692765);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.44851654591344"
                atv                     =   "40.20714012069099"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692766);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.268429099305"
                atv                     =   "39.12125504728858"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692767);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.62810106264172"
                atv                     =   "37.40276975345151"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692768);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.3638981277097"
                atv                     =   "48.49650671120477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692769);"
                    
                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(0, 111, 255, 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                    =   "7909"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.78989866167882"
                atv                     =   "25.365208525975575"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692770);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海尚德坤庭幼儿园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 221, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.074949016921096"
                atv                     =   "8.804313126379508"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692771);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-77.9273958553016"
                atv                     =   "6.765035507840461"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692772);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-92.78473696182817"
                atv                     =   "18.411934446978073"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692773);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "24.56605758440254"
                    target_view_vlookat =   "39.02962909006442"
                    other_args          =   "view.hlookat=24.56605758440254&amp;view.vlookat=39.02962909006442&amp;view.fov=82.56714178322653"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-18.931034747838737"
                atv                     =   "0.8622208916227897"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692774);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.916736939895827"
                atv                     =   "19.539486411459464"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692775);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "29.65042441463561"
                atv                     =   "14.007256924977414"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692776);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "71.36576803000554"
                atv                     =   "20.638559606327135"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.77313538622798"
                atv                     =   "9.962696493719777"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.06166087344616"
                atv                     =   "9.950848525358438"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692779);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.98945735540667"
                atv                     =   "6.578482100537244"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692780);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.3101327937444"
                atv                     =   "14.39426830934492"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692781);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.36446932224078"
                atv                     =   "-0.6393742066428728"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692782);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
                        <hotspot name               =   "spot_692783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8020930525817"
                atv                     =   "3.206324153341853"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692783);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7910"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22606">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22607"
            title                       =   "华侨城5期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.097191"
            lng                         =   "121.496648"
            heading                     =   ""
            scene_id                    =   "22607"
            pano_id                     =   "689"
            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.13342972527801"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.13342972527801"
                vlookat                 =   "45.452742605645"
                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/1/pano/52d058d66fab51fc/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/52d058d66fab51fc/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.15744144835344"
                atv                     =   "19.257590783552704"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692784);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "20.396312927689507"
                atv                     =   "9.56610431320843"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692785);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "69.01362416335425"
                    target_view_vlookat =   "34.03379995174705"
                    other_args          =   "view.hlookat=69.01362416335425&amp;view.vlookat=34.03379995174705&amp;view.fov=104.02148965713486"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.87650130859106"
                atv                     =   "0.8529859480481378"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692786);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-77.2173536002129"
                atv                     =   "8.68037051069531"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.839244688533825"
                atv                     =   "13.635063602691668"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692788);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.96395545856473"
                atv                     =   "20.539313644825175"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.91524579675865"
                atv                     =   "11.854113730116525"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692790);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.860737709532145"
                atv                     =   "18.432223815985424"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692791);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.974375797887717"
                atv                     =   "-1.200071864310844"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692792);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-171.8807777006027"
                atv                     =   "1.4483146913335556"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692793);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7911"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.94541307303871"
                atv                     =   "81.03325107106116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692794);"
                    
                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:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47697324264303"
                atv                     =   "34.3271029908569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692795);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.89988472298938"
                atv                     =   "35.80403377942183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692796);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.79735757251734"
                atv                     =   "32.131701992451816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692797);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.51398980223013"
                atv                     =   "46.94302289484525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692798);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.05888766564561"
                atv                     =   "50.680291764585725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692799);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60272385322867"
                atv                     =   "53.83829961844291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692800);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83363388877967"
                atv                     =   "57.64561878278606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692801);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61360871096474"
                atv                     =   "39.552332485881266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692802);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.23710131409683"
                atv                     =   "46.395256714454334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692803);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.001110907271254"
                atv                     =   "58.42915408599681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692804);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.703006385081835"
                atv                     =   "63.03335563846178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692805);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.45046739738393"
                atv                     =   "66.85728296670074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692806);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.946961661078603"
                atv                     =   "70.27688612159838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692807);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76599236629295"
                atv                     =   "38.48810295695304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692808);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51909618997979"
                atv                     =   "41.84089304581816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692809);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53343234758006"
                atv                     =   "44.71761410674513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692810);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.023365790336868"
                atv                     =   "51.42761481581478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692811);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61345612036149"
                atv                     =   "53.879893517973606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692812);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.838708587761971"
                atv                     =   "55.667172222112214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692813);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.7607507352938683"
                atv                     =   "57.5845696271261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692814);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88784312771969"
                atv                     =   "34.49489978056895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692815);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61639942665079"
                atv                     =   "36.45028176446203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692816);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.785181994150662"
                atv                     =   "38.21346590960326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692817);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.395964716593028"
                atv                     =   "39.12148916537914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692818);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.071986879592316"
                atv                     =   "42.912700870853136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692819);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.15706845547902"
                atv                     =   "44.97066124917021"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692820);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.699930066500144"
                atv                     =   "45.71574905108158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692821);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.569449122320975"
                atv                     =   "46.362667850207224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692822);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.435244892213063"
                atv                     =   "59.22395615729502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692823);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.435382989475215"
                atv                     =   "56.48890288315558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692824);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92137994359672"
                atv                     =   "50.30196326289167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692825);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.77993626651573"
                atv                     =   "47.869569978541364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692826);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.50450301141467"
                atv                     =   "46.07576197277019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692827);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.57233383386597"
                atv                     =   "43.70127169970392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692828);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.98062914677257"
                atv                     =   "37.46164017021542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692829);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66900685203262"
                atv                     =   "35.45043038641945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692830);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36909012346445"
                atv                     =   "33.94691822146586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692831);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.65808915192815"
                atv                     =   "32.493595087399086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692832);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77684856039423"
                atv                     =   "41.58410782347067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692833);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.82059579093357"
                atv                     =   "34.535790279069275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692834);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.81138394221995"
                atv                     =   "33.41808493954519"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692835);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00970883554885"
                atv                     =   "31.88399359264023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692836);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89195464165573"
                atv                     =   "30.539126977779613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692837);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.762370626863742"
                atv                     =   "32.83912346448767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692838);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24799647876995"
                atv                     =   "34.1859514907075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692839);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.840187550525684"
                atv                     =   "36.371443741864326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692840);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.1059674701062363"
                atv                     =   "37.46827848076059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692841);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.8280608630303732"
                atv                     =   "38.18957971941729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692842);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.196346747305881"
                atv                     =   "38.26267110581701"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692843);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.096037793714174"
                atv                     =   "37.73959349066263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692844);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.806410604645464"
                atv                     =   "37.62057319323203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692845);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1271294642371"
                atv                     =   "35.99968850962231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692846);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11813586043348"
                atv                     =   "34.5140079952033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692847);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.11570164748747"
                atv                     =   "32.64130546363519"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692848);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.0612822142263"
                atv                     =   "49.98806134884385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692849);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.68753843168184"
                atv                     =   "48.28615064518498"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692850);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.62087879764758"
                atv                     =   "50.083997225481085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692851);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.60619970309256"
                atv                     =   "46.757610955007614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692852);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.25892333849706"
                atv                     =   "45.16721207218451"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692853);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.80786387081446"
                atv                     =   "43.52335070543858"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692854);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.55452120075338"
                atv                     =   "38.111067429436936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692855);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.76514277323452"
                atv                     =   "36.89346141964491"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692856);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.89849194391286"
                atv                     =   "34.71588107424905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692857);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2288705836931"
                atv                     =   "32.654937394635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692858);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.25869966483725"
                atv                     =   "57.580424228791905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692859);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.30312560935604"
                atv                     =   "54.332324057149975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692860);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.30609798266207"
                atv                     =   "50.80850451607256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692861);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.16166843733026"
                atv                     =   "46.76781418120558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692862);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31563537492636"
                atv                     =   "40.94837954074414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692863);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.89389971390551"
                atv                     =   "38.301552049494205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692864);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.55030224016173"
                atv                     =   "36.085056652912186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692865);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90758322838826"
                atv                     =   "37.62002602224123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692866);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.07874640069574"
                atv                     =   "40.74906383814238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692867);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.19587854669251"
                atv                     =   "43.30693105982338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692868);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64946768059602"
                atv                     =   "45.3837862989558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692869);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71261530410433"
                atv                     =   "51.17299521146208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692870);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3742956067358"
                atv                     =   "53.68827180255965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692871);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7632286039089"
                atv                     =   "55.29403845927476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692872);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.84614197552452"
                atv                     =   "56.753286608004885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692873);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50580083691548"
                atv                     =   "40.49881239804762"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692874);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.27794929308209"
                atv                     =   "44.09444783960457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692875);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81544938877545"
                atv                     =   "47.45793319774587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692876);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.90269813506234"
                atv                     =   "50.835597799371676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692877);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.87218989268035"
                atv                     =   "59.6102705590544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692878);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.9522942479037"
                atv                     =   "64.90299519584508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692879);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.61425543254742"
                atv                     =   "67.7910985357629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692880);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.93908840652537"
                atv                     =   "69.1677993858856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692881);"
                    
                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(255, 0, 255, 0.78);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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.0625603375854"
                atv                     =   "33.10145388749428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692882);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.86926693776638"
                atv                     =   "37.61756522701932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692883);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.19415717924778"
                atv                     =   "36.48546572165906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692884);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.93622383224232"
                atv                     =   "33.340293284624785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692885);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89722385868632"
                atv                     =   "32.0335789464639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692886);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.3361918445575"
                atv                     =   "45.16184900671859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692887);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.79589791639847"
                atv                     =   "44.21833948965556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692888);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.89477936578803"
                atv                     =   "42.91568597807595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692889);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.31967315781756"
                atv                     =   "41.862133549503575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692890);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.42166540404617"
                atv                     =   "38.7884161471746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692891);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.04477636295144"
                atv                     =   "37.31125189278659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692892);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.693023987278"
                atv                     =   "36.1256307624556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692893);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.40520033393281"
                atv                     =   "33.94834150353227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692894);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.94907423928254"
                atv                     =   "30.123107641462262"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692895);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.28033734845235"
                atv                     =   "31.4516009416626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692896);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.4173800760219"
                atv                     =   "33.067367860700955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692897);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.59723375470378"
                atv                     =   "34.58327131313526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692898);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.6947198093583"
                atv                     =   "38.909149757051146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692899);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.89238543360796"
                atv                     =   "39.9361798579629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692900);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.95975867304867"
                atv                     =   "41.26710691814776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692901);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.21831562041626"
                atv                     =   "42.73803513505468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692902);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.67620315092893"
                atv                     =   "30.835729610538237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692903);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.47447622876692"
                atv                     =   "34.1333592151838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692904);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.75329121216612"
                atv                     =   "35.843031193991365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692905);"
                    
                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(255, 0, 255, 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                    =   "7912"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
                        <hotspot name               =   "spot_692906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.09455134618202"
                atv                     =   "18.582558952921907"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海浦江欢乐颂"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 128, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22607">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22602"
            title                       =   "华侨城6期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.098620"
            lng                         =   "121.496583"
            heading                     =   ""
            scene_id                    =   "22602"
            pano_id                     =   "689"
            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                =   "95.8804891793"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '344.06050056476'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "95.8804891793"
                vlookat                 =   "34.55996297819"
                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/1/pano/1af8746414a7e8da/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/1af8746414a7e8da/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4143165368967"
                atv                     =   "52.777906580946365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691968);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.53756228568716"
                atv                     =   "29.04166784635646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691969);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.93368600684727"
                atv                     =   "29.356493807974903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691970);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.52299797999194"
                atv                     =   "29.49837187514689"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691971);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.36302963164354"
                atv                     =   "29.576616855900237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691972);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.27840667706573"
                atv                     =   "31.7519696507861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691973);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.17225144782856"
                atv                     =   "32.09919052016768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691974);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.31813788235542"
                atv                     =   "32.68480934170306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691975);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.56308593192793"
                atv                     =   "32.47470084703165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691976);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.05045713785137"
                atv                     =   "35.22401223458117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691977);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.56125904638327"
                atv                     =   "35.418556544365906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691978);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.18929452970346"
                atv                     =   "36.4975429126781"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691979);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.57146057081417"
                atv                     =   "36.3766117746396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691980);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.92108248672966"
                atv                     =   "37.61692087192452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691981);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.69787074221614"
                atv                     =   "39.59276792113382"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691982);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.1106228254905"
                atv                     =   "41.19729473522282"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691983);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.25469130958277"
                atv                     =   "40.73228999361098"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691984);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.18806954803222"
                atv                     =   "39.54289758598663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691985);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.75068512518635"
                atv                     =   "40.861044706571356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691986);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.78347812913935"
                atv                     =   "53.79116213013619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691987);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.60805079528757"
                atv                     =   "53.36821579270128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691988);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.14619059251893"
                atv                     =   "56.039582093413074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691989);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.17317283084213"
                atv                     =   "58.65312428681694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691990);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.82604234855398"
                atv                     =   "62.06925777254623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691991);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.83735493952676"
                atv                     =   "61.81721387260345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691992);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.82287474088395"
                atv                     =   "62.352287439274086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691993);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38874405728887"
                atv                     =   "66.15935966113997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691994);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.43349675013133"
                atv                     =   "72.08746176903813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691995);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.13211172342648"
                atv                     =   "71.26094745741852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691996);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.62614962530208"
                atv                     =   "70.12293793045112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691997);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.74006396778799"
                atv                     =   "74.24526723203978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691998);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_691999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35057367585006"
                atv                     =   "82.98619345895884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691999);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.0313785653169"
                atv                     =   "81.52695539964694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692000);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.9102980242847"
                atv                     =   "26.535252778546756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692001);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.10498263810308"
                atv                     =   "31.9900948330353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692002);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.76973732507753"
                atv                     =   "28.137186237598947"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692003);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.32398546231025"
                atv                     =   "27.645810068385302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692004);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.4447057620074"
                atv                     =   "26.402523189882398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692005);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.81084655824927"
                atv                     =   "30.734812121706625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692006);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.93587636385504"
                atv                     =   "30.04578636397491"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692007);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.51149083220145"
                atv                     =   "28.26198416875809"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692008);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.16160014495705"
                atv                     =   "27.173093443677303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692009);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.4180568700762"
                atv                     =   "33.5840924986884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692010);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.4163013965296"
                atv                     =   "32.62488274684137"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692011);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.21943644859215"
                atv                     =   "30.533384753689496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692012);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.18076713613917"
                atv                     =   "29.59687145165422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692013);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.06670792642154"
                atv                     =   "37.44416655924217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692014);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.87904772905665"
                atv                     =   "35.77170191995092"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692015);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.94455476400194"
                atv                     =   "33.43244397857946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692016);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.159516528258"
                atv                     =   "30.861857040185434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692017);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.17114903783425"
                atv                     =   "33.10978727218722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692018);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.56721465399693"
                atv                     =   "31.15086446876675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692019);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.699468306305"
                atv                     =   "50.23266953738824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692020);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.36504540556808"
                atv                     =   "48.83697925046269"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692021);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.1793096068713"
                atv                     =   "45.875775078666905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692022);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.61565985768635"
                atv                     =   "43.12470801620513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692023);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.70323043455875"
                atv                     =   "50.2019375892467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692024);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.12801418335957"
                atv                     =   "46.87841321549904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692025);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.76543347968467"
                atv                     =   "41.20649960594174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692026);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.65249372078532"
                atv                     =   "38.30304358738356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692027);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.75263504526222"
                atv                     =   "64.07701446676676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692028);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.8382298434438"
                atv                     =   "60.19033194554114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692029);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.63050841510116"
                atv                     =   "54.22801312125246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692030);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5943185778809"
                atv                     =   "49.864411097803405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692031);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.82434901808827"
                atv                     =   "42.733034085896065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692032);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.98202608293539"
                atv                     =   "39.47026167084894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692033);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.33890229516109"
                atv                     =   "57.01784250205398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692034);"
                    
                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.78);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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.97786758793416"
                atv                     =   "31.59566086193061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692035);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.72958325911583"
                atv                     =   "26.281486496574175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692036);"
                    
                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                    =   "7897"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77648301512158"
                atv                     =   "33.71517013078925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692037);"
                    
                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: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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7896"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.17556132994036"
                atv                     =   "38.96538118592975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692038);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.49983282028984"
                atv                     =   "26.535887637730806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692039);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.7158518774657"
                atv                     =   "25.53669037884113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692040);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.7315333807644"
                atv                     =   "24.75411980379189"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692041);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52958275566169"
                atv                     =   "27.65843113147061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692042);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.8585933864041"
                atv                     =   "26.69830896920781"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692043);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.24173038057688"
                atv                     =   "25.811606173202414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692044);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.03165246756379"
                atv                     =   "28.39312916055764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692045);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.73934071329074"
                atv                     =   "27.546876401298228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692046);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.30974118589063"
                atv                     =   "26.47563644172056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692047);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0357455050164"
                atv                     =   "28.667770074607915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692048);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89386878676191"
                atv                     =   "27.4702643919122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692049);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.20775527533726"
                atv                     =   "34.940116255268215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692050);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.50278313912622"
                atv                     =   "33.24137424377589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692051);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.0719406739222"
                atv                     =   "31.817353408410114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692052);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.15973964894175"
                atv                     =   "31.531845364418587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692053);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.68005499462001"
                atv                     =   "30.54289673963524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692054);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.3112101546966"
                atv                     =   "29.269177838263715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692055);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.22390343715247"
                atv                     =   "36.176707238379905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692056);"
                    
                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.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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.87346865616541"
                atv                     =   "34.67284205913472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692057);"
                    
                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.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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.06187975152616"
                atv                     =   "33.28692666138332"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692058);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.49374351538287"
                atv                     =   "39.257347692512475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692059);"
                    
                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.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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.61762897783271"
                atv                     =   "37.75365735680114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692060);"
                    
                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.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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.7951234094522"
                atv                     =   "35.99723713639372"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692061);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.66440295071101"
                atv                     =   "41.822826949447524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692062);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0312630692226"
                atv                     =   "39.72858035056693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692063);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91559708820293"
                atv                     =   "37.95965644665069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692064);"
                    
                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(250, 100, 0, 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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.35275479228045"
                atv                     =   "40.91946261129128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692065);"
                    
                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                    =   "7896"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.13198976414071"
                atv                     =   "60.003367246547604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.730158079949888"
                atv                     =   "1.9850752185531977"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.06928993133619"
                atv                     =   "19.95931581072864"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692068);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-124.13223102460083"
                atv                     =   "20.27466954476369"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692069);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-178.28180844315352"
                atv                     =   "46.47791622816065"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692070);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.70150380639683"
                atv                     =   "29.42545522116694"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-46.458176100186165"
                atv                     =   "45.94694844747653"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-18.912720528816635"
                atv                     =   "-0.5443106821566306"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692073);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                        <hotspot name               =   "spot_692074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-175.64812074353347"
                atv                     =   "4.487466915627234"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7898"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22602">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14687"
                        atv                =    "81.41365256789841"
                        ath                =    "-111.18480145612727"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="73.429364949102" atv="28.276032561403" />
                                        <point ath="-107.27148498179" atv="56.206925175787" />
                                        <point ath="-106.83639667701" atv="12.85683310271" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14687_text"
                        atv                =    "81.41365256789841"
                        ath                =    "-111.18480145612727"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江栀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14688"
                        atv                =    "49.84253995484575"
                        ath                =    "24.2347948747871"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="145.85590444279" atv="29.051972104029" />
                                        <point ath="130.85862012372" atv="45.497523513918" />
                                        <point ath="38.613844890915" atv="56.748799397484" />
                                        <point ath="-5.9041107515498" atv="18.540426900075" />
                                        <point ath="-8.5808370590322" atv="14.057819791511" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14688_text"
                        atv                =    "49.84253995484575"
                        ath                =    "24.2347948747871"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦泉路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22608"
            title                       =   "华侨城8期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/thumb.jpg"
            fenzuid                     =   "7845"
            parent_fenzuid              =   "7835"
            lat                         =   "31.096432"
            lng                         =   "121.493304"
            heading                     =   ""
            scene_id                    =   "22608"
            pano_id                     =   "689"
            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                =   "-95.179278073257"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-95.179278073257"
                vlookat                 =   "55.394749217046"
                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/1/pano/edea6e8f5c96783a/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/edea6e8f5c96783a/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_692907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "67.74182021182247"
                atv                     =   "10.03210856249423"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692907);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.599346132461108"
                atv                     =   "1.5452254090245097"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692908);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.04863219871254"
                atv                     =   "13.969959227121517"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692909);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.903795689156993"
                atv                     =   "20.948426188498946"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.07050501470346"
                atv                     =   "18.927749589182373"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692911);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.71977412921768"
                atv                     =   "22.230880059250122"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692912);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.43810881696703"
                atv                     =   "14.895890352664045"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692913);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.915355936911283"
                atv                     =   "-1.3700304415576465"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692914);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.40120967430002"
                atv                     =   "4.250429270769803"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_692915);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7913"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.56074877421298"
                atv                     =   "76.8114066469313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692916);"
                    
                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:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.15312242307948"
                atv                     =   "31.646042981086186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692917);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.727845836358"
                atv                     =   "38.68589716349882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692918);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.90684481643558"
                atv                     =   "34.514176358736584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692919);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.61509798321725"
                atv                     =   "54.349484474944894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692920);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.977555699339746"
                atv                     =   "67.96630903935934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692921);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.076561881086434"
                atv                     =   "58.49242227379562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692922);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.448379406654226"
                atv                     =   "63.69445045505628"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692923);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05753529905485"
                atv                     =   "49.55994613465086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692924);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10959106637995"
                atv                     =   "37.497482939449085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692925);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.667820155055722"
                atv                     =   "48.02884270818181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692926);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35182696333777"
                atv                     =   "43.84656980528672"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692927);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.54874272803403"
                atv                     =   "34.705669406167544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692928);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.6124656014034144"
                atv                     =   "40.9079242580638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692929);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.464440935152766"
                atv                     =   "41.988322579257954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692930);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91975846287329"
                atv                     =   "37.910655843252115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692931);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.2935431340635"
                atv                     =   "51.77647936467657"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692932);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.58761520487252"
                atv                     =   "60.8912696195287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692933);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.36491211395048"
                atv                     =   "32.76541981516986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692934);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.86270640693706"
                atv                     =   "54.63062367564201"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692935);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.9697940393167"
                atv                     =   "34.1323082539266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692936);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.76816108080078"
                atv                     =   "29.76100040333324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692937);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.56744178184152"
                atv                     =   "40.20533882568496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692938);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.30148841038107"
                atv                     =   "32.34309025779709"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692939);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.9996062529309"
                atv                     =   "52.963462150549375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692940);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19973399405586"
                atv                     =   "36.08946633011754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692941);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.82850086604014"
                atv                     =   "46.809424123292494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692942);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76029951187766"
                atv                     =   "46.835326012781174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692943);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.85916265101045"
                atv                     =   "42.73720353330324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692944);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.78845431332991"
                atv                     =   "38.01403173512324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692945);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.16674281735143"
                atv                     =   "33.61456730328456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692946);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.28752804459455"
                atv                     =   "37.57265919065882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692947);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.48460295927225"
                atv                     =   "44.27682523178562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692948);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34353076374282"
                atv                     =   "40.378924317137844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692949);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
                        <hotspot name               =   "spot_692950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.7507269645447"
                atv                     =   "45.825294151120296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_692950);"
                    
                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(0, 102, 255, 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                    =   "7914"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22608">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22586"
            title                       =   "茉莉公馆1期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/thumb.jpg"
            fenzuid                     =   "7837"
            parent_fenzuid              =   "7835"
            lat                         =   "31.097081"
            lng                         =   "121.484269"
            heading                     =   ""
            scene_id                    =   "22586"
            pano_id                     =   "689"
            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                =   "165.43342604835"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-16.173498166781'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "165.43342604835"
                vlookat                 =   "79.415171337376"
                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/1/pano/a537e065988a7484/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16384" tiledimageheight="16384">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_689885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.00517230591481"
                atv                     =   "65.13020788530265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689885);"
                    
                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                    =   "7852"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.190751730971726"
                atv                     =   "29.523743348072696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689886);"
                    
                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: 14px ;text-align:center;;&apos;]167[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.6585511397198"
                atv                     =   "47.89993571719019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689887);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.38522719794474"
                atv                     =   "47.75732655700482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689888);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.71627941641952"
                atv                     =   "44.410876291534834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689889);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54332564600713"
                atv                     =   "43.17036606950963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689890);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.38385510523733"
                atv                     =   "58.169092279645845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689891);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.78681614328002"
                atv                     =   "56.3347346473177"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689892);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.12980386297602"
                atv                     =   "51.07979488817585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689893);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.54166563667701"
                atv                     =   "49.20624132159793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689894);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.80168185919626"
                atv                     =   "65.34010187771864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689895);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.36944055173223"
                atv                     =   "62.91425875815777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689896);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83302412516548"
                atv                     =   "56.765062238083644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689897);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47085122258136"
                atv                     =   "52.47692065751484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689898);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.86978622405178"
                atv                     =   "73.79675051499834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689899);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98068972218587"
                atv                     =   "69.37416054706081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689900);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.49020966026876"
                atv                     =   "56.65630637547044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689901);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91080956455335"
                atv                     =   "46.72365967752479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689902);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.81651952587885"
                atv                     =   "80.7960903445655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689903);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.89449936031733"
                atv                     =   "72.8937090034837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689904);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.441233509506333"
                atv                     =   "80.10361304660175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689905);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80591506275084"
                atv                     =   "72.47147462019997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689906);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.114891420120216"
                atv                     =   "71.46449010476373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689907);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.888660554599596"
                atv                     =   "66.92312692248646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689908);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.5887991719542924"
                atv                     =   "64.00408959897331"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689909);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.50947007740126"
                atv                     =   "60.9518115257587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689910);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.589011617061715"
                atv                     =   "60.92408851984512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689911);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.295055606253186"
                atv                     =   "54.5575017448083"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689912);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94982839527978"
                atv                     =   "57.177899708118645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689913);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.51655063355281"
                atv                     =   "52.18480594163897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689914);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.26448520704389"
                atv                     =   "54.60126469648344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689915);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.986076794399537"
                atv                     =   "54.22249599204422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689916);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.6534498897323715"
                atv                     =   "53.2261364131503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689917);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.546044786371965"
                atv                     =   "51.75821534109544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689918);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.889740272606105"
                atv                     =   "50.679497069310095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689919);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12793754943016"
                atv                     =   "33.86472678607296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689920);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.472854441659706"
                atv                     =   "32.86603747904281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689921);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.991058779272976"
                atv                     =   "31.50446931199864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689922);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.42103683612834"
                atv                     =   "37.71289648092283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689923);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.88469124058491"
                atv                     =   "35.63490854689396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689924);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39401777470309"
                atv                     =   "37.78184921708114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689925);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.57918743301448"
                atv                     =   "36.070742288091324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689926);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.65136761232975"
                atv                     =   "43.15131350951142"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689927);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.79996201290294"
                atv                     =   "39.42953418506926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689928);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80917809099196"
                atv                     =   "45.05608666147448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689929);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90105245920148"
                atv                     =   "41.02414792070887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689930);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.12879638240008"
                atv                     =   "42.84900273377043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689931);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69245028047544"
                atv                     =   "39.697690486746204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689932);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3568977375196"
                atv                     =   "40.90842857034076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689933);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.686692908805185"
                atv                     =   "38.41122432445445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689934);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.36755342379612"
                atv                     =   "32.865250394750824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689935);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.50096533909175"
                atv                     =   "31.335530520853272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689936);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17389014050514"
                atv                     =   "29.42056363597438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689937);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.12246495853111"
                atv                     =   "27.861455472631185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689938);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.00345119904023"
                atv                     =   "33.08700811691414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689939);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.81274703977786"
                atv                     =   "30.802302661159953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689940);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.15075561280958"
                atv                     =   "34.06821664618265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689941);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.3485835249667"
                atv                     =   "31.58760848013753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689942);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.52391590338493"
                atv                     =   "34.90728456627218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689943);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.395947139128"
                atv                     =   "32.1631894379398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689944);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23213255091042"
                atv                     =   "32.69239199031153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689945);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80498072010676"
                atv                     =   "29.883613089299242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689946);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3600588486728"
                atv                     =   "35.49697102905957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689947);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91093748678742"
                atv                     =   "32.547679731923886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689948);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.381175822762316"
                atv                     =   "34.48386842211358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689949);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.872461419670515"
                atv                     =   "32.02183543549779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689950);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14595077202182"
                atv                     =   "33.58775050911688"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689951);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31753726513625"
                atv                     =   "31.195327891981766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689952);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37635122042627"
                atv                     =   "30.35551413823168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689953);"
                    
                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                    =   "7852"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.0799776269551"
                atv                     =   "53.49549066198513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689954);"
                    
                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(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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.91088886701868"
                atv                     =   "46.832922812620076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689955);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.94033181352398"
                atv                     =   "27.519074348644246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689956);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.40649533765895"
                atv                     =   "30.218744639758846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689957);"
                    
                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: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.58573200919699"
                atv                     =   "29.005597115853398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689958);"
                    
                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: 14px ;text-align:center;;&apos;]133[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84663164069224"
                atv                     =   "31.65706891189358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689959);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.5913367508362"
                atv                     =   "29.69245682289924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689960);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.49395980013986"
                atv                     =   "31.953392446555245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689961);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.19795337572339"
                atv                     =   "29.89621140833803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689962);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.64489520952344"
                atv                     =   "32.52822900617278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689963);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.68370339930436"
                atv                     =   "33.878475984269684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689964);"
                    
                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: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32005458014834"
                atv                     =   "36.05588159464287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689965);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59697755380631"
                atv                     =   "35.804490643576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689966);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.19294852572631"
                atv                     =   "38.20788909113358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689967);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68322114573846"
                atv                     =   "35.74779985989427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689968);"
                    
                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: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47763745822277"
                atv                     =   "38.78715322418198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689969);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8603643026753"
                atv                     =   "46.83808161891923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689970);"
                    
                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: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09476993927359"
                atv                     =   "49.43518580790837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689971);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.04084469229241"
                atv                     =   "42.005023733455076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689972);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.29966801229403"
                atv                     =   "46.40838906218656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689973);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.45452459029053"
                atv                     =   "51.00582949183758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689974);"
                    
                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: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8543776766852"
                atv                     =   "56.11855365392206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689975);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.61036382545632"
                atv                     =   "37.413581522449945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689976);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53826779478129"
                atv                     =   "40.97140704618285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689977);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.55185632619788"
                atv                     =   "43.8501851517379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689978);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.24423081224006"
                atv                     =   "48.75884405939106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689979);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02888514087141"
                atv                     =   "51.8204437844251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689980);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79130493883417"
                atv                     =   "59.2835002580418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689981);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03965031543646"
                atv                     =   "50.60138635595223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689982);"
                    
                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: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15442572662886"
                atv                     =   "53.93030375231032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689983);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.663122855599454"
                atv                     =   "57.5900051759882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689984);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.60133214318893"
                atv                     =   "61.92066610585376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689985);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.77135672531551"
                atv                     =   "62.216713406267935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689986);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22567710831083"
                atv                     =   "68.45021398240509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689987);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.9105521007753"
                atv                     =   "67.24407609892826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689988);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.96023313558157"
                atv                     =   "75.41950457144587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689989);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68245334023331"
                atv                     =   "27.77316567826935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689990);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.23095514861356"
                atv                     =   "30.40198899004276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689991);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.88699865242995"
                atv                     =   "29.84210400022524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689992);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97625000226998"
                atv                     =   "32.31717668593275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689993);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0420368221312"
                atv                     =   "29.28558573437846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689994);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.77036935620748"
                atv                     =   "31.851432776185113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689995);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01566019399033"
                atv                     =   "42.90992465653708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689996);"
                    
                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: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.57739140940603"
                atv                     =   "46.47625410733999"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689997);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.04996734605322"
                atv                     =   "50.37456860164059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689998);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_689999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.19553781612814"
                atv                     =   "55.88709920266255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689999);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.6532782555164"
                atv                     =   "64.26910646530715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690000);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.26625745301135"
                atv                     =   "70.68621466509005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690001);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.22007512033684"
                atv                     =   "59.2001994702551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690002);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.12244514126775"
                atv                     =   "63.35957041369648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690003);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.97954157045618"
                atv                     =   "28.588715048678683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690004);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.28529839340467"
                atv                     =   "30.597018630140475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690005);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4389907821157"
                atv                     =   "34.29849339315652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690006);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.43998583898994"
                atv                     =   "36.370388758461296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690007);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22065029861298"
                atv                     =   "47.02553924716496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690008);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.9547385763927"
                atv                     =   "50.135397529535126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690009);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.77134617462463"
                atv                     =   "53.73028538508973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690010);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.64986492731336"
                atv                     =   "56.56910161610731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690011);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.83515871236378"
                atv                     =   "26.591719174972752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690012);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.64147754141234"
                atv                     =   "28.67704157037412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690013);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.2626391469322"
                atv                     =   "31.005621299433848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690014);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.25677802389316"
                atv                     =   "31.951065879074594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690015);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95944468991215"
                atv                     =   "32.53730633816156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690016);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.5956831211064"
                atv                     =   "36.028852955729434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690017);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.7714410289587"
                atv                     =   "41.18007014246864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690018);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.70902396010877"
                atv                     =   "42.37507475980194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690019);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.05665468438974"
                atv                     =   "44.60378065113214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690020);"
                    
                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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.89488150506904"
                atv                     =   "64.80531274607681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690021);"
                    
                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(189, 16, 224, 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                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.34188462541567"
                atv                     =   "74.95438412576452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690022);"
                    
                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: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7853"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.7845519565509"
                atv                     =   "51.24060713123845"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.971644793909377"
                atv                     =   "15.459740075649272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690024);"
                    
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.363238642538079"
                atv                     =   "24.68793671115754"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.302432735046352"
                atv                     =   "1.799548936007925"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.824374526730196"
                atv                     =   "16.43484976831562"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "103.50580476082547"
                atv                     =   "15.214199203870386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.12684468250166"
                atv                     =   "25.514513421716995"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.376895809048733"
                atv                     =   "-1.524953232451615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.01489518360552"
                atv                     =   "3.1100392071193514"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "75.18856003008466"
                atv                     =   "19.534886338661913"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.96518163781874"
                atv                     =   "25.19997093510815"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "19.23624311588249"
                    target_view_vlookat =   "48.073441323958605"
                    other_args          =   "view.hlookat=19.23624311588249&amp;view.vlookat=48.073441323958605&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.65720561539024"
                atv                     =   "12.482067448376737"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "104.31311771665221"
                    target_view_vlookat =   "44.92735779401597"
                    other_args          =   "view.hlookat=104.31311771665221&amp;view.vlookat=44.92735779401597&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.53273179100242"
                atv                     =   "11.237262615671046"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "213.71077782521442"
                    target_view_vlookat =   "49.84617859723865"
                    other_args          =   "view.hlookat=213.71077782521442&amp;view.vlookat=49.84617859723865&amp;view.fov=104.00730560582791"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                        <hotspot name               =   "spot_690036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-34.76265153788813"
                atv                     =   "18.6760996785787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7854"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22586">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14661"
                        atv                =    "74.31780442087623"
                        ath                =    "173.51798520577006"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="163.9699584822" atv="13.787888523613" />
                                        <point ath="-48.433142114114" atv="84.741072720678" />
                                        <point ath="-17.603760517142" atv="23.252596977903" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14661_text"
                        atv                =    "74.31780442087623"
                        ath                =    "173.51798520577006"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14662"
                        atv                =    "38.56950223301551"
                        ath                =    "-161.05507725078843"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-154.59250455871" atv="36.821483977869" />
                                        <point ath="126.62483600116" atv="39.041912120322" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14662_text"
                        atv                =    "38.56950223301551"
                        ath                =    "-161.05507725078843"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江栀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14663"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-143.75870347144" atv="31.297728236433" />
                                        <point ath="-132.3829845505" atv="23.815263636815" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_22587"
            title                       =   "茉莉公馆2期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/thumb.jpg"
            fenzuid                     =   "7837"
            parent_fenzuid              =   "7835"
            lat                         =   "31.097081"
            lng                         =   "121.484269"
            heading                     =   ""
            scene_id                    =   "22587"
            pano_id                     =   "689"
            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                =   "165.43342604835"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-16.173498166781'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "165.43342604835"
                vlookat                 =   "79.415171337376"
                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/1/pano/a537e065988a7484/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16384" tiledimageheight="16384">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/a537e065988a7484/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.00517230591481"
                atv                     =   "65.13020788530265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690037);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.190751730971726"
                atv                     =   "29.523743348072696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690038);"
                    
                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: 14px ;text-align:center;;&apos;]167[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.6585511397198"
                atv                     =   "47.89993571719019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690039);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.38522719794474"
                atv                     =   "47.75732655700482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690040);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.71627941641952"
                atv                     =   "44.410876291534834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690041);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54332564600713"
                atv                     =   "43.17036606950963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690042);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.38385510523733"
                atv                     =   "58.169092279645845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690043);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.78681614328002"
                atv                     =   "56.3347346473177"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690044);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.12980386297602"
                atv                     =   "51.07979488817585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690045);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.54166563667701"
                atv                     =   "49.20624132159793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690046);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.80168185919626"
                atv                     =   "65.34010187771864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690047);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.36944055173223"
                atv                     =   "62.91425875815777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690048);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83302412516548"
                atv                     =   "56.765062238083644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690049);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47085122258136"
                atv                     =   "52.47692065751484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690050);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.86978622405178"
                atv                     =   "73.79675051499834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690051);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98068972218587"
                atv                     =   "69.37416054706081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690052);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.49020966026876"
                atv                     =   "56.65630637547044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690053);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91080956455335"
                atv                     =   "46.72365967752479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690054);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.81651952587885"
                atv                     =   "80.7960903445655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690055);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.89449936031733"
                atv                     =   "72.8937090034837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690056);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.441233509506333"
                atv                     =   "80.10361304660175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690057);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80591506275084"
                atv                     =   "72.47147462019997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690058);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.114891420120216"
                atv                     =   "71.46449010476373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690059);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.888660554599596"
                atv                     =   "66.92312692248646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690060);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.5887991719542924"
                atv                     =   "64.00408959897331"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690061);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.50947007740126"
                atv                     =   "60.9518115257587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690062);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.589011617061715"
                atv                     =   "60.92408851984512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690063);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.295055606253186"
                atv                     =   "54.5575017448083"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690064);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94982839527978"
                atv                     =   "57.177899708118645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690065);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.51655063355281"
                atv                     =   "52.18480594163897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690066);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.26448520704389"
                atv                     =   "54.60126469648344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690067);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.986076794399537"
                atv                     =   "54.22249599204422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690068);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.6534498897323715"
                atv                     =   "53.2261364131503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690069);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.546044786371965"
                atv                     =   "51.75821534109544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690070);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.889740272606105"
                atv                     =   "50.679497069310095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690071);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12793754943016"
                atv                     =   "33.86472678607296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690072);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.472854441659706"
                atv                     =   "32.86603747904281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690073);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.991058779272976"
                atv                     =   "31.50446931199864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690074);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.42103683612834"
                atv                     =   "37.71289648092283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690075);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.88469124058491"
                atv                     =   "35.63490854689396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690076);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39401777470309"
                atv                     =   "37.78184921708114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690077);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.57918743301448"
                atv                     =   "36.070742288091324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690078);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.65136761232975"
                atv                     =   "43.15131350951142"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690079);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.79996201290294"
                atv                     =   "39.42953418506926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690080);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80917809099196"
                atv                     =   "45.05608666147448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690081);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90105245920148"
                atv                     =   "41.02414792070887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690082);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.12879638240008"
                atv                     =   "42.84900273377043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690083);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69245028047544"
                atv                     =   "39.697690486746204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690084);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3568977375196"
                atv                     =   "40.90842857034076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690085);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.686692908805185"
                atv                     =   "38.41122432445445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690086);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.36755342379612"
                atv                     =   "32.865250394750824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690087);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.50096533909175"
                atv                     =   "31.335530520853272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690088);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17389014050514"
                atv                     =   "29.42056363597438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690089);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.12246495853111"
                atv                     =   "27.861455472631185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690090);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.00345119904023"
                atv                     =   "33.08700811691414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690091);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.81274703977786"
                atv                     =   "30.802302661159953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690092);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.15075561280958"
                atv                     =   "34.06821664618265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690093);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.3485835249667"
                atv                     =   "31.58760848013753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690094);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.52391590338493"
                atv                     =   "34.90728456627218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690095);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.395947139128"
                atv                     =   "32.1631894379398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690096);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23213255091042"
                atv                     =   "32.69239199031153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690097);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80498072010676"
                atv                     =   "29.883613089299242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690098);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3600588486728"
                atv                     =   "35.49697102905957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690099);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91093748678742"
                atv                     =   "32.547679731923886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690100);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.381175822762316"
                atv                     =   "34.48386842211358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690101);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.872461419670515"
                atv                     =   "32.02183543549779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690102);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14595077202182"
                atv                     =   "33.58775050911688"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690103);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31753726513625"
                atv                     =   "31.195327891981766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690104);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37635122042627"
                atv                     =   "30.35551413823168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690105);"
                    
                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                    =   "7855"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.0799776269551"
                atv                     =   "53.49549066198513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690106);"
                    
                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(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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.91088886701868"
                atv                     =   "46.832922812620076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690107);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.94033181352398"
                atv                     =   "27.519074348644246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690108);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.40649533765895"
                atv                     =   "30.218744639758846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690109);"
                    
                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: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.58573200919699"
                atv                     =   "29.005597115853398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690110);"
                    
                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: 14px ;text-align:center;;&apos;]133[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84663164069224"
                atv                     =   "31.65706891189358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690111);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.5913367508362"
                atv                     =   "29.69245682289924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690112);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.49395980013986"
                atv                     =   "31.953392446555245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690113);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.19795337572339"
                atv                     =   "29.89621140833803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690114);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.64489520952344"
                atv                     =   "32.52822900617278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690115);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.68370339930436"
                atv                     =   "33.878475984269684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690116);"
                    
                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: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32005458014834"
                atv                     =   "36.05588159464287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690117);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59697755380631"
                atv                     =   "35.804490643576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690118);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.19294852572631"
                atv                     =   "38.20788909113358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690119);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68322114573846"
                atv                     =   "35.74779985989427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690120);"
                    
                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: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47763745822277"
                atv                     =   "38.78715322418198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690121);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8603643026753"
                atv                     =   "46.83808161891923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690122);"
                    
                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: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09476993927359"
                atv                     =   "49.43518580790837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690123);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.04084469229241"
                atv                     =   "42.005023733455076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690124);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.29966801229403"
                atv                     =   "46.40838906218656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690125);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.45452459029053"
                atv                     =   "51.00582949183758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690126);"
                    
                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: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8543776766852"
                atv                     =   "56.11855365392206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690127);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.61036382545632"
                atv                     =   "37.413581522449945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690128);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53826779478129"
                atv                     =   "40.97140704618285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690129);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.55185632619788"
                atv                     =   "43.8501851517379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690130);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.24423081224006"
                atv                     =   "48.75884405939106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690131);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02888514087141"
                atv                     =   "51.8204437844251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690132);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79130493883417"
                atv                     =   "59.2835002580418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690133);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03965031543646"
                atv                     =   "50.60138635595223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690134);"
                    
                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: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.15442572662886"
                atv                     =   "53.93030375231032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690135);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.663122855599454"
                atv                     =   "57.5900051759882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690136);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.60133214318893"
                atv                     =   "61.92066610585376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690137);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.77135672531551"
                atv                     =   "62.216713406267935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690138);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22567710831083"
                atv                     =   "68.45021398240509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690139);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.9105521007753"
                atv                     =   "67.24407609892826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690140);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.96023313558157"
                atv                     =   "75.41950457144587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690141);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68245334023331"
                atv                     =   "27.77316567826935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690142);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.23095514861356"
                atv                     =   "30.40198899004276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690143);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.88699865242995"
                atv                     =   "29.84210400022524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690144);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97625000226998"
                atv                     =   "32.31717668593275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690145);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0420368221312"
                atv                     =   "29.28558573437846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690146);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.77036935620748"
                atv                     =   "31.851432776185113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690147);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01566019399033"
                atv                     =   "42.90992465653708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690148);"
                    
                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: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.57739140940603"
                atv                     =   "46.47625410733999"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690149);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.04996734605322"
                atv                     =   "50.37456860164059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690150);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.19553781612814"
                atv                     =   "55.88709920266255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690151);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.6532782555164"
                atv                     =   "64.26910646530715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690152);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.26625745301135"
                atv                     =   "70.68621466509005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690153);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.22007512033684"
                atv                     =   "59.2001994702551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690154);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.12244514126775"
                atv                     =   "63.35957041369648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690155);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.97954157045618"
                atv                     =   "28.588715048678683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690156);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.28529839340467"
                atv                     =   "30.597018630140475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690157);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4389907821157"
                atv                     =   "34.29849339315652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690158);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.43998583898994"
                atv                     =   "36.370388758461296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690159);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22065029861298"
                atv                     =   "47.02553924716496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690160);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.9547385763927"
                atv                     =   "50.135397529535126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690161);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.77134617462463"
                atv                     =   "53.73028538508973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690162);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.64986492731336"
                atv                     =   "56.56910161610731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690163);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.83515871236378"
                atv                     =   "26.591719174972752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690164);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.64147754141234"
                atv                     =   "28.67704157037412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690165);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.2626391469322"
                atv                     =   "31.005621299433848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690166);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.25677802389316"
                atv                     =   "31.951065879074594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690167);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95944468991215"
                atv                     =   "32.53730633816156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690168);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.5956831211064"
                atv                     =   "36.028852955729434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690169);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.7714410289587"
                atv                     =   "41.18007014246864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690170);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.70902396010877"
                atv                     =   "42.37507475980194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690171);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.05665468438974"
                atv                     =   "44.60378065113214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690172);"
                    
                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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.89488150506904"
                atv                     =   "64.80531274607681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690173);"
                    
                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(189, 16, 224, 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                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.34188462541567"
                atv                     =   "74.95438412576452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690174);"
                    
                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: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7856"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.7845519565509"
                atv                     =   "51.24060713123845"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690175);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.971644793909377"
                atv                     =   "15.459740075649272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690176);"
                    
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.363238642538079"
                atv                     =   "24.68793671115754"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690177);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.302432735046352"
                atv                     =   "1.799548936007925"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690178);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.824374526730196"
                atv                     =   "16.43484976831562"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690179);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "103.50580476082547"
                atv                     =   "15.214199203870386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690180);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城4期"
                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;]华侨城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22606"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.12684468250166"
                atv                     =   "25.514513421716995"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690181);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.376895809048733"
                atv                     =   "-1.524953232451615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690182);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.01489518360552"
                atv                     =   "3.1100392071193514"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690183);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "75.18856003008466"
                atv                     =   "19.534886338661913"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690184);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.96518163781874"
                atv                     =   "25.19997093510815"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690185);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "19.23624311588249"
                    target_view_vlookat =   "48.073441323958605"
                    other_args          =   "view.hlookat=19.23624311588249&amp;view.vlookat=48.073441323958605&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.65720561539024"
                atv                     =   "12.482067448376737"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690186);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "104.31311771665221"
                    target_view_vlookat =   "44.92735779401597"
                    other_args          =   "view.hlookat=104.31311771665221&amp;view.vlookat=44.92735779401597&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.53273179100242"
                atv                     =   "11.237262615671046"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "213.71077782521442"
                    target_view_vlookat =   "49.84617859723865"
                    other_args          =   "view.hlookat=213.71077782521442&amp;view.vlookat=49.84617859723865&amp;view.fov=104.00730560582791"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                        <hotspot name               =   "spot_690188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-34.76265153788813"
                atv                     =   "18.6760996785787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7857"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22587">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14664"
                        atv                =    "74.31780442087623"
                        ath                =    "173.51798520577006"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="163.9699584822" atv="13.787888523613" />
                                        <point ath="-48.433142114114" atv="84.741072720678" />
                                        <point ath="-17.603760517142" atv="23.252596977903" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14664_text"
                        atv                =    "74.31780442087623"
                        ath                =    "173.51798520577006"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14665"
                        atv                =    "38.56950223301551"
                        ath                =    "-161.05507725078843"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-154.59250455871" atv="36.821483977869" />
                                        <point ath="126.62483600116" atv="39.041912120322" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14665_text"
                        atv                =    "38.56950223301551"
                        ath                =    "-161.05507725078843"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江栀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14666"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-143.75870347144" atv="31.297728236433" />
                                        <point ath="-132.3829845505" atv="23.815263636815" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_22585"
            title                       =   "茉莉公馆3期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/thumb.jpg"
            fenzuid                     =   "7837"
            parent_fenzuid              =   "7835"
            lat                         =   "31.100143"
            lng                         =   "121.484650"
            heading                     =   ""
            scene_id                    =   "22585"
            pano_id                     =   "689"
            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.54394029382"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-15.616486403349'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "161.54394029382"
                vlookat                 =   "65.593593801999"
                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/1/pano/67f7e56f46df59ff/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16384" tiledimageheight="16384">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/67f7e56f46df59ff/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_689786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66418289668982"
                atv                     =   "74.8395410422064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689786);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.74355478901796"
                atv                     =   "37.216726094607715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689787);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9926532632391"
                atv                     =   "51.126651126865475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689788);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.44942894824317"
                atv                     =   "65.5969791360281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689789);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.12018528060298"
                atv                     =   "38.69068255237133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689790);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23480815223186"
                atv                     =   "45.519908036196476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689791);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.05808378366979"
                atv                     =   "49.22945651138912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689792);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.66744344225987"
                atv                     =   "60.38313101076082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689793);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.91563147888925"
                atv                     =   "36.44811685961047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689794);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.62989351783881"
                atv                     =   "42.556470049275475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689795);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93186501483467"
                atv                     =   "45.83898480639522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689796);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.04129947400747"
                atv                     =   "52.133394008713175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689797);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.45099318486172"
                atv                     =   "34.83934189203003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689798);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35435899201369"
                atv                     =   "39.84863242931757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689799);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.80627471082306"
                atv                     =   "42.374648934496385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689800);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58113912430045"
                atv                     =   "47.49718611261014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689801);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.70171018841666"
                atv                     =   "34.175711547711096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689802);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.2238086285522"
                atv                     =   "36.930516931846746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689803);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.79126295354789"
                atv                     =   "39.312949845021436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689804);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.3076404079489"
                atv                     =   "42.86660516033591"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689805);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.006588841410405"
                atv                     =   "38.5703597038708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689806);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53157441798595"
                atv                     =   "39.05021349067313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689807);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.514550474130715"
                atv                     =   "51.232484849533556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689808);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.392171291056002"
                atv                     =   "53.05777949250161"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689809);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.142375608166901"
                atv                     =   "58.631623831445616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689810);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.267791522425"
                atv                     =   "60.86291047077799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689811);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.867830075791005"
                atv                     =   "65.24027195145403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689812);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.340571372201566"
                atv                     =   "69.93874062157624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689813);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.70876423303753"
                atv                     =   "72.30728261559145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689814);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.71656288245157"
                atv                     =   "80.01771693809397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689815);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62171408456516"
                atv                     =   "76.15177647223425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689816);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.03901918402698"
                atv                     =   "87.95409561890123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689817);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77049784283705"
                atv                     =   "72.92524224702544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689818);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "141.0848300127111"
                atv                     =   "78.98520472935778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689819);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.65378315779623"
                atv                     =   "66.23749990933428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689820);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "165.8311432021885"
                atv                     =   "71.124444180633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689821);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1080514442631"
                atv                     =   "59.00367578269337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689822);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "163.34330805393625"
                atv                     =   "61.76951735543299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689823);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.1116429849974"
                atv                     =   "59.01093236515053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689824);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.28435055726953"
                atv                     =   "56.00365012784982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689825);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.04275555826067"
                atv                     =   "53.20946256947237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689826);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.1325078774154"
                atv                     =   "48.52248636358751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689827);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.14917294051963"
                atv                     =   "40.099254534615724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689828);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.5662996305294"
                atv                     =   "45.446536124821854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689829);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.46220369860762"
                atv                     =   "47.92549945170789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689830);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.88641525666827"
                atv                     =   "51.820310674926624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689831);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.44409009399425"
                atv                     =   "41.36878071437821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689832);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.52970475984063"
                atv                     =   "41.24379141457179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689833);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.52812113712542"
                atv                     =   "45.36938934954418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689834);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.46923603487312"
                atv                     =   "42.925995298479144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689835);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.97162468725168"
                atv                     =   "41.1279816257334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689836);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77684468921171"
                atv                     =   "68.35726076606095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689837);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.597752983043335"
                atv                     =   "52.07071054266064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689838);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.975547146123745"
                atv                     =   "66.92624443197906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689839);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.09985611859588"
                atv                     =   "40.50839460575678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689840);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41662148098328"
                atv                     =   "39.6762718257496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689841);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.59447063874018"
                atv                     =   "47.92670948932371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689842);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.16827465482902"
                atv                     =   "52.665139939447705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689843);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.12634788979494"
                atv                     =   "40.01715733893634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689844);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.996379242087812"
                atv                     =   "32.25294546467144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689845);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92934736177699"
                atv                     =   "35.11258508937344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689846);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.051878094340054"
                atv                     =   "36.801201937433774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689847);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.85252860804053"
                atv                     =   "39.52575805428332"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689848);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.378573518009944"
                atv                     =   "46.50232821148989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689849);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34209774195756"
                atv                     =   "40.90294590469266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689850);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.835806215608045"
                atv                     =   "39.2086576496473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689851);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80920929867602"
                atv                     =   "34.092436745109794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689852);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89896635607005"
                atv                     =   "36.28901110254793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689853);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04857034042573"
                atv                     =   "41.78270865825932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689854);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.40820001096739"
                atv                     =   "44.42315515183795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689855);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.111095007889503"
                atv                     =   "51.29589942078639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689856);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.748597748546445"
                atv                     =   "57.17264073798156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689857);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82065888115562"
                atv                     =   "47.667193759851514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689858);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.984757270928355"
                atv                     =   "44.56431522046315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689859);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.08675339662443"
                atv                     =   "37.79089090585112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689860);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.220077016224366"
                atv                     =   "62.770802045297536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689861);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.43607411469236"
                atv                     =   "50.53583749527216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689862);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66721980459266"
                atv                     =   "46.51867725961544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689863);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48397788756279"
                atv                     =   "39.656711115213646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689864);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.05490110250685"
                atv                     =   "47.73181588298079"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689865);"
                    
                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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25378384579625"
                atv                     =   "32.623140458616604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689866);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "169"
                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;]169[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.317011646353535"
                atv                     =   "30.86116584969271"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689867);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                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;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.285768013181382"
                atv                     =   "35.78832808622885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689868);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.781187046969535"
                atv                     =   "34.169061139267804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689869);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.27915078309309"
                atv                     =   "47.50690293159926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_689870);"
                    
                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.78);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                    =   "7850"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.917077616447898"
                atv                     =   "9.908715509165022"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689871);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.487463378536972"
                atv                     =   "11.877113460473176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689872);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.3521642657534"
                atv                     =   "30.449883338368597"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689873);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-87.97855398482244"
                atv                     =   "19.527220371672346"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689874);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.046408875349016"
                atv                     =   "10.642032116558957"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689875);"
                    
                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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.069795906478703"
                atv                     =   "25.326459595753448"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689876);"
                    
                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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.98411372322815"
                atv                     =   "15.145154681043097"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689877);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.314161236191069"
                atv                     =   "1.7014140465103826"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689878);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "34.92583687350623"
                atv                     =   "14.605163090054639"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689879);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.46320069899309"
                atv                     =   "21.609364302978996"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689880);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "117.84758800712453"
                atv                     =   "13.246784685441083"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689881);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.69994981638033"
                atv                     =   "17.440497993352206"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689882);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "4.480427377449246"
                atv                     =   "0.34649802928354656"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689883);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                        <hotspot name               =   "spot_689884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "157.17630344442875"
                atv                     =   "3.8880508435891428"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_689884);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7851"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22585">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14659"
                        atv                =    "35.805355142735415"
                        ath                =    "0.32851012745283015"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="49.695296208172" atv="16.489454776214" />
                                        <point ath="-15.082870327525" atv="36.70116740561" />
                                        <point ath="-79.786539393076" atv="18.910834355639" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14659_text"
                        atv                =    "35.805355142735415"
                        ath                =    "0.32851012745283015"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江柳路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14660"
                        atv                =    "36.211723022234615"
                        ath                =    "80.60035675848798"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="139.23388768467" atv="16.422272037586" />
                                        <point ath="17.868649818815" atv="22.702398377402" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14660_text"
                        atv                =    "36.211723022234615"
                        ath                =    "80.60035675848798"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦锦路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22591"
            title                       =   "桃花源栖凤园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/thumb.jpg"
            fenzuid                     =   "7838"
            parent_fenzuid              =   "7835"
            lat                         =   "31.108530"
            lng                         =   "121.485939"
            heading                     =   ""
            scene_id                    =   "22591"
            pano_id                     =   "689"
            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                =   "162.2158390401"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-17.065551927827'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "162.2158390401"
                vlookat                 =   "70.25424344306"
                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/1/pano/133e1b4ebc259b76/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/133e1b4ebc259b76/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.5958832258334"
                atv                     =   "86.45445088342198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690541);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.960152475297946"
                atv                     =   "37.74315088596727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690542);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.23511158088769"
                atv                     =   "49.29239015645008"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690543);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.71257521967777"
                atv                     =   "52.22389453774109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690544);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.41607668097134"
                atv                     =   "58.100562414613094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690545);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.92179941435407"
                atv                     =   "59.80017561821798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690546);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.286587841087"
                atv                     =   "61.39832374100238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690547);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.47247698056748"
                atv                     =   "59.99755730978009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690548);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.05523619351618"
                atv                     =   "57.74485478438083"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690549);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.34833514806388"
                atv                     =   "54.03543594264781"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690550);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.47538419112095"
                atv                     =   "50.49734139717817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690551);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.6014439067793"
                atv                     =   "46.20930857797251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690552);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.87189294958142"
                atv                     =   "43.152886285601724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690553);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.27801179308574"
                atv                     =   "40.255909879642914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690554);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.6683849188274"
                atv                     =   "44.56081739802141"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690555);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.17369587620277"
                atv                     =   "49.554739241269814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690556);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.35774668648986"
                atv                     =   "57.30913165107428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690557);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.51612201260653"
                atv                     =   "61.607129799703166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690558);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.44484178187733"
                atv                     =   "66.29400421268964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690559);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.53592424636776"
                atv                     =   "69.72863031447021"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690560);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.08419203808577"
                atv                     =   "71.86118787439186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690561);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.76646954291772"
                atv                     =   "70.9102131348639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690562);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00557690179994"
                atv                     =   "67.78702300937405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690563);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.4698491979726"
                atv                     =   "64.65785236709402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690564);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74278338402769"
                atv                     =   "59.80864380060059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690565);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.00989287466865"
                atv                     =   "53.047164696156194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690566);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.25431813204739"
                atv                     =   "48.975244327337045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690567);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17985633497278"
                atv                     =   "49.70477176534812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690568);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.43801136858065"
                atv                     =   "53.97226397499208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690569);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61482279934364"
                atv                     =   "60.824859827551926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690570);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.28178461579614"
                atv                     =   "66.71135926263527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690571);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.95787491823737"
                atv                     =   "74.16780743486629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690572);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31846467280718"
                atv                     =   "77.43488369021425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690573);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.11644528734402"
                atv                     =   "69.06875972583869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690574);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.37067628018391"
                atv                     =   "62.945319369435765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690575);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.35469609127969"
                atv                     =   "53.84846116551209"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690576);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.09655142147986"
                atv                     =   "49.40648657258367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690577);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13578010729339"
                atv                     =   "45.625280837618966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690578);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.32056457011771"
                atv                     =   "46.28781917970397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690579);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.5864898388059"
                atv                     =   "51.091477631927404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690580);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25875831210328"
                atv                     =   "55.07912173799158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690581);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.15426080509712"
                atv                     =   "63.84020696336023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690582);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72470926463762"
                atv                     =   "68.30231927681888"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690583);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53738787278473"
                atv                     =   "73.59805995120777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690584);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.718205728406133"
                atv                     =   "80.38505120186701"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690585);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47337049398641"
                atv                     =   "76.98343303691955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690586);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50739461772628"
                atv                     =   "71.27212781293642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690587);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27571652895625"
                atv                     =   "65.47151809667686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690588);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83989053791845"
                atv                     =   "56.847805323420324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690589);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.87737500160057"
                atv                     =   "51.05169560979283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690590);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62485893725545"
                atv                     =   "47.153376604167626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690591);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73267949929436"
                atv                     =   "50.74147291003392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690592);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42040732403689"
                atv                     =   "54.66126790971723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690593);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.058823309350146"
                atv                     =   "60.11199850328376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690594);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.892423986557105"
                atv                     =   "64.50124080511735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690595);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.70524142243994"
                atv                     =   "67.12769235789311"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690596);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.520342104645806"
                atv                     =   "68.69462824858839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690597);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92923373045983"
                atv                     =   "66.25173842364634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690598);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.8433669149523"
                atv                     =   "62.05503667620386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690599);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.0481534635901"
                atv                     =   "57.96331312277431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690600);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.5477047687541"
                atv                     =   "44.391737027409555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690601);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.5950299964957"
                atv                     =   "42.310245032795315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690602);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26987557614794"
                atv                     =   "46.083554009726896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690603);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.08937870412774"
                atv                     =   "38.75615356634483"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690604);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.62602380642949"
                atv                     =   "52.519794930084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690605);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.46843139474089"
                atv                     =   "48.868397167834246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690606);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.51601523983584"
                atv                     =   "44.4340085751333"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690607);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.28347101466557"
                atv                     =   "41.93557254191437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690608);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33797755653757"
                atv                     =   "45.4323768532429"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690609);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.90613015790984"
                atv                     =   "47.71310423500516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690610);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70324950679179"
                atv                     =   "54.506788649771714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690611);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48181227714434"
                atv                     =   "56.62250976511103"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690612);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.580841773839836"
                atv                     =   "57.89369170668124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690613);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.349702405993867"
                atv                     =   "57.136082448158135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690614);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.50206547306908"
                atv                     =   "55.68094199625085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690615);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.343984263434947"
                atv                     =   "50.17316450865486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690616);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.970575639734022"
                atv                     =   "47.051424343709606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690617);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39972878519359"
                atv                     =   "43.96654169883935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690618);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.780786359940862"
                atv                     =   "40.552550765811105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690619);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.426421668933017"
                atv                     =   "42.58524761406875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690620);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.71418608929548"
                atv                     =   "44.894130701434264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690621);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.150044653853115"
                atv                     =   "48.11733371201024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690622);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.2110460901358238"
                atv                     =   "49.72441376949176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690623);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59905040461712"
                atv                     =   "48.65258084339605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690624);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94048240364708"
                atv                     =   "46.95825615384359"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690625);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24261626070722"
                atv                     =   "43.167893229822795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690626);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.95506566017144"
                atv                     =   "41.18115228402319"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690627);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.7925499378693"
                atv                     =   "38.15332774322133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690628);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.55212771891985"
                atv                     =   "34.899523236925496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690629);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.276242662275195"
                atv                     =   "36.74450843797302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690630);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.07846758591256"
                atv                     =   "38.25279980346892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690631);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76171676860713"
                atv                     =   "39.81027109174832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690632);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22125597855404"
                atv                     =   "41.589725830238514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690633);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2620898708946697"
                atv                     =   "41.56621211996033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690634);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.123175575985897"
                atv                     =   "42.23033516214239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690635);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.302867824544649"
                atv                     =   "39.82558589812763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690636);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.504938108082"
                atv                     =   "38.631056429218106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690637);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.35534555645398"
                atv                     =   "40.43133200492051"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690638);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.8424162122708"
                atv                     =   "41.79065235496609"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690639);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.73716877733042"
                atv                     =   "43.23496588231251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690640);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.90355233785016"
                atv                     =   "44.38265411628732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690641);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.43393493997075"
                atv                     =   "44.59527738612945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690642);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.30101976246"
                atv                     =   "44.64864634416382"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690643);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.37846141061186"
                atv                     =   "44.69503463575875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690644);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.39022321013965"
                atv                     =   "43.64525162972392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690645);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.23077099363996"
                atv                     =   "41.63807335395482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690646);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.48601411380974"
                atv                     =   "40.392186730858505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690647);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.16816389853528"
                atv                     =   "38.28978902150438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690648);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.52746158994415"
                atv                     =   "35.85314819630091"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690649);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.31489143385016"
                atv                     =   "38.88704260774786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690650);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.5151528540391"
                atv                     =   "41.481252518861666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690651);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.66432079289694"
                atv                     =   "43.533908255154614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690652);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.93792449167"
                atv                     =   "48.48083122252873"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690653);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.83955274524982"
                atv                     =   "51.09906437121017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690654);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.2029379948764"
                atv                     =   "52.67331567017044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690655);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.40270405338597"
                atv                     =   "53.65561424281947"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690656);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.53848943743935"
                atv                     =   "52.38759710264488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690657);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.72269688146207"
                atv                     =   "51.8809118440023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690658);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94463494193457"
                atv                     =   "49.88637903032104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690659);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.88557475349339"
                atv                     =   "46.90787478301869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690660);"
                    
                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                    =   "7863"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "178.67830725363297"
                atv                     =   "19.135256610224562"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690661);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.57241970607885"
                atv                     =   "14.690057414819284"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690662);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.06888801098899"
                atv                     =   "29.50068162573426"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690663);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.88128523401633"
                atv                     =   "8.326810995907165"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690664);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.50796098347928"
                atv                     =   "9.915543458794877"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690665);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-88.61813231637063"
                atv                     =   "11.582909832383976"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690666);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-143.2422139209634"
                atv                     =   "10.259584530478387"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690667);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.3659950459409"
                atv                     =   "7.662772622540145"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690668);"
                    
                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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.50309335021853"
                atv                     =   "38.441131480563094"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690669);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.37137387494943"
                atv                     =   "20.06254912915214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690670);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.724401542800251"
                atv                     =   "5.827380806971403"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690671);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.89661115812876"
                atv                     =   "7.755838612822217"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.800021619141262"
                atv                     =   "-0.7024617243383003"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690673);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                        <hotspot name               =   "spot_690674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.16563428591567"
                atv                     =   "0.09089208267834818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7864"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22591">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14673"
                        atv                =    "31.709333172873702"
                        ath                =    "161.5132488771274"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-154.53864997467" atv="24.085948994076" />
                                        <point ath="88.666390594645" atv="10.877224647236" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14673_text"
                        atv                =    "31.709333172873702"
                        ath                =    "161.5132488771274"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "南江榉路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14674"
                        atv                =    "44.95542586024292"
                        ath                =    "85.67129459884336"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-1.1685271097157" atv="15.60987150671" />
                                        <point ath="154.56793920527" atv="8.8410126904572" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14674_text"
                        atv                =    "44.95542586024292"
                        ath                =    "85.67129459884336"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦驰路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22588"
            title                       =   "桃花源爱莲园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/thumb.jpg"
            fenzuid                     =   "7838"
            parent_fenzuid              =   "7835"
            lat                         =   "31.109259"
            lng                         =   "121.488487"
            heading                     =   ""
            scene_id                    =   "22588"
            pano_id                     =   "689"
            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                =   "-18.503610957855"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-18.332357295151'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-18.503610957855"
                vlookat                 =   "72.730776782565"
                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/1/pano/b23fce8ad3ad39b8/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b23fce8ad3ad39b8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0569927598143"
                atv                     =   "85.35297307701691"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "上海桃花源一期299弄"
                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;]上海桃花源一期299弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.630604301369033"
                atv                     =   "33.42830959915929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690190);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.62937544757503"
                atv                     =   "35.84691485581861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690191);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.58235334017357"
                atv                     =   "37.92439038993043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690192);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.00193241407788"
                atv                     =   "40.89918553932745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690193);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.25992862356398"
                atv                     =   "42.294614796564595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690194);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.66291357529605"
                atv                     =   "43.648701336008564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690195);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.93983370260838"
                atv                     =   "44.147258424255625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690196);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.13722344752046"
                atv                     =   "45.016444237608255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690197);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.05765348380203"
                atv                     =   "45.84031698155862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690198);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "154.01350079521902"
                atv                     =   "46.00156051762876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690199);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92317874403096"
                atv                     =   "44.9548676250766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690200);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.42725878821068"
                atv                     =   "43.20522633857471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690201);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.98680060266315"
                atv                     =   "41.09691719402722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690202);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.43678276800281"
                atv                     =   "39.93890275340139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690203);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.19173038494486"
                atv                     =   "37.45607532284832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690204);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.63836367207995"
                atv                     =   "35.445329057615204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690205);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.29762728542548"
                atv                     =   "38.454940346469506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690206);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.9094752870858"
                atv                     =   "41.64859870892397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690207);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.56082581793072"
                atv                     =   "45.35886976978291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690208);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.55562904580833"
                atv                     =   "48.020599638512195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690209);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.5404420455671"
                atv                     =   "50.54182846200868"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690210);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.20512672972166"
                atv                     =   "51.51499002544623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690211);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.49199531915613"
                atv                     =   "53.373630880727866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690212);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.5485128021558"
                atv                     =   "53.724887392383245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690213);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.10108255660163"
                atv                     =   "52.53958908475597"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690214);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.63813735618817"
                atv                     =   "50.9491496943071"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690215);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.70287492232018"
                atv                     =   "47.953750114626224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690216);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17948507852282"
                atv                     =   "43.07930740536752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690217);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.80045845417865"
                atv                     =   "40.70983099305951"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690218);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.798283276608"
                atv                     =   "38.307578337334185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690219);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.17227331075355"
                atv                     =   "41.45702237940112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690220);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.27100507987737"
                atv                     =   "44.424798002169155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690221);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.80561805307826"
                atv                     =   "47.67975695906942"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690222);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0144701832823"
                atv                     =   "50.80597951901714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690223);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.76843278235572"
                atv                     =   "53.51096384471797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690224);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.06125349740253"
                atv                     =   "57.8830191735518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690225);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.9449959851431"
                atv                     =   "60.45631176948673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690226);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.97710804708015"
                atv                     =   "62.19936232696385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690227);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.93688051761757"
                atv                     =   "61.19828581383305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690228);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.69647234856825"
                atv                     =   "59.39197181551787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690229);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.46670069803264"
                atv                     =   "56.77219186427175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690230);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.80527573481785"
                atv                     =   "53.892693507268156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690231);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.25172419197548"
                atv                     =   "45.27186634769303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690232);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.11293026749274"
                atv                     =   "42.525568761795135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690233);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.27847325343996"
                atv                     =   "39.787791649195555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690234);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.31890445274803"
                atv                     =   "42.98541712636807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690235);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5966388446708"
                atv                     =   "45.58748830526848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690236);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.68033750156778"
                atv                     =   "49.1061603533052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690237);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.30977695539394"
                atv                     =   "54.138649480417115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690238);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.81244106948031"
                atv                     =   "61.17735889427589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690239);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.27314418692976"
                atv                     =   "64.37150818268455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690240);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.9491956032524"
                atv                     =   "68.51282395255703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690241);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.14204462528932"
                atv                     =   "71.80761560046626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690242);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.09420270331816"
                atv                     =   "71.45123869107053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690243);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.76173868869364"
                atv                     =   "67.66430212207803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690244);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.61150451053308"
                atv                     =   "62.82017972980457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690245);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.12097319013094"
                atv                     =   "54.48486891718963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690246);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.88742718425135"
                atv                     =   "48.36823572792554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690247);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25028031676783"
                atv                     =   "45.51845615448792"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690248);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.87741719283338"
                atv                     =   "41.94223739736971"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690249);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.709204440917"
                atv                     =   "42.7248456999796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690250);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.94625868916484"
                atv                     =   "46.10215559183886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690251);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19961462257027"
                atv                     =   "49.971263585527126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690252);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.05405252146215"
                atv                     =   "56.13302300634288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690253);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.78812386272114"
                atv                     =   "60.95050397768334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690254);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.57325578171151"
                atv                     =   "66.78274962687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690255);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.30152571238477"
                atv                     =   "72.65741924076431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690256);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.79627009724413"
                atv                     =   "78.22263322681663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690257);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.33789634670185"
                atv                     =   "76.7489910171137"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690258);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.76539845475432"
                atv                     =   "69.37356747101938"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690259);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.49250308808223"
                atv                     =   "63.90292691677772"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690260);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58596386022296"
                atv                     =   "55.797067589260216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690261);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.60509904978892"
                atv                     =   "51.57240001343579"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690262);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.18829152084399"
                atv                     =   "47.129047044392514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690263);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.43397162092111"
                atv                     =   "43.63875038078558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690264);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.16138061002329"
                atv                     =   "44.599066628736914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690265);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.69669075598534"
                atv                     =   "47.87521305335639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690266);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11066827220083"
                atv                     =   "53.03027920181229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690267);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4283477612073"
                atv                     =   "58.43806574502553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690268);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.66922064756994"
                atv                     =   "63.027604041920284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690269);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.53652541123972"
                atv                     =   "69.51856068311811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690270);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8495076151263"
                atv                     =   "74.69136595596237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690271);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56641728820813"
                atv                     =   "78.91105516063868"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690272);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.252131276913133"
                atv                     =   "75.1141337483956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690273);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41648296479508"
                atv                     =   "69.74145922559396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690274);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42926316810707"
                atv                     =   "64.73371279319458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690275);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.61578557275857"
                atv                     =   "56.976955417453176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690276);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6292217236325"
                atv                     =   "49.73976433072389"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690277);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.549673808161174"
                atv                     =   "45.61090188064143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690278);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.07700134394963"
                atv                     =   "42.692146299447785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690279);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46052037697655"
                atv                     =   "40.69269341231375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690280);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.652442527066114"
                atv                     =   "43.90779850189465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690281);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.06392616616637"
                atv                     =   "56.17066547378439"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690282);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.031660519974594"
                atv                     =   "61.798790216342226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690283);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.431460586985907"
                atv                     =   "65.37153766423872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690284);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.489003302920537"
                atv                     =   "67.73178298221389"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690285);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.20143559563695"
                atv                     =   "69.75923613341446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690286);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.65902463417672"
                atv                     =   "66.799464780382"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690287);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.92047405869437"
                atv                     =   "62.84075406423126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690288);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.5727925383328"
                atv                     =   "58.98669161618929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690289);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.41133496571513"
                atv                     =   "54.89219619650812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690290);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51246250510349"
                atv                     =   "49.85674808511362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690291);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.72311374381144"
                atv                     =   "45.8338089655798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690292);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5218433519039"
                atv                     =   "42.98861292046243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690293);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.457118584549"
                atv                     =   "41.535807331711226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690294);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.34237751119633"
                atv                     =   "46.005276867463145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690295);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.621199824879284"
                atv                     =   "50.55856869627054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690296);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.013818247551626"
                atv                     =   "53.55002949664727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690297);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.750301173664525"
                atv                     =   "55.90771947618392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690298);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8687691697113"
                atv                     =   "57.16089215162298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690299);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.257410373097628"
                atv                     =   "58.346147800767746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690300);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.699604218292734"
                atv                     =   "57.2054493748377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690301);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.960367932705822"
                atv                     =   "55.283196701937314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690302);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.558782817797464"
                atv                     =   "52.704942208013705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690303);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.58909823192596"
                atv                     =   "49.089864799792885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690304);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.285040274999574"
                atv                     =   "40.60087907632239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690305);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.819127093931456"
                atv                     =   "38.624791877373326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690306);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1125356190538"
                atv                     =   "36.504085338421696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690307);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84073002127104"
                atv                     =   "38.405487675024204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690308);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.94651688215481"
                atv                     =   "40.795163383372476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690309);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.946709198537974"
                atv                     =   "44.21923914558077"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690310);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.365470977064604"
                atv                     =   "46.17136046357939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690311);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.675702194322469"
                atv                     =   "48.32096126204505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690312);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.132767240694591"
                atv                     =   "49.659383847085465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690313);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.00143632372152"
                atv                     =   "50.84209114203519"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690314);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45594061751535"
                atv                     =   "49.87206676289183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690315);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2886490408784"
                atv                     =   "48.20882147336898"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690316);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14972897368955"
                atv                     =   "42.82203606310703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690317);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.41047180983139"
                atv                     =   "40.51010757370881"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690318);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7859846160955"
                atv                     =   "38.166066010321984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690319);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.10525855029056"
                atv                     =   "35.89548691161122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690320);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18257736577954"
                atv                     =   "37.90654807605403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690321);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.268682152542"
                atv                     =   "39.626782480720884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690322);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86915846255164"
                atv                     =   "41.804037331821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690323);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2950897968812"
                atv                     =   "42.74630566637052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690324);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.424073431026613"
                atv                     =   "43.27672171574215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690325);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.100528156648977"
                atv                     =   "41.134564430130496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690326);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.938684275939409"
                atv                     =   "39.56948484735903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690327);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.424429110827646"
                atv                     =   "38.51586682434434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690328);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19580686234428413"
                atv                     =   "42.06172481922134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690329);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83320292904085"
                atv                     =   "36.16711626969957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690330);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.344452910825567"
                atv                     =   "34.795878421037735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690331);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.6973832811073"
                atv                     =   "59.874559552458116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690332);"
                    
                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                    =   "7858"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.14693379698764"
                atv                     =   "9.976568215792758"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690333);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.04843283855456"
                atv                     =   "13.635173700134674"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690334);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.46959062433723"
                atv                     =   "13.556183296222859"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690335);"
                    
                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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.43181599587763"
                atv                     =   "21.050253345939087"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690336);"
                    
                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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.69849462204621"
                atv                     =   "6.5154362975500595"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690337);"
                    
                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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-108.9565719319886"
                atv                     =   "27.49442887043625"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690338);"
                    
                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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.50309335021853"
                atv                     =   "38.441131480563094"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-171.8328039171085"
                atv                     =   "18.64500612351563"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.724401542800251"
                atv                     =   "5.827380806971403"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "114.0286250769474"
                atv                     =   "13.304002334052566"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.800021619141262"
                atv                     =   "-0.7024617243383003"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                        <hotspot name               =   "spot_690344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.16563428591567"
                atv                     =   "0.09089208267834818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7859"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22588">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14667"
                        atv                =    "38.17318430927865"
                        ath                =    "2.6891072152203037"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-87.73283452499" atv="16.561787035207" />
                                        <point ath="55.535552904048" atv="13.317734936936" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14667_text"
                        atv                =    "38.17318430927865"
                        ath                =    "2.6891072152203037"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桃路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14668"
                        atv                =    "34.85618591468171"
                        ath                =    "70.77457304321968"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="128.99750900282" atv="21.21149904867" />
                                        <point ath="-3.7329646119779" atv="9.0304224441025" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14668_text"
                        atv                =    "34.85618591468171"
                        ath                =    "70.77457304321968"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦申路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22589"
            title                       =   "桃花源金瑞园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/thumb.jpg"
            fenzuid                     =   "7838"
            parent_fenzuid              =   "7835"
            lat                         =   "31.112913"
            lng                         =   "121.491403"
            heading                     =   ""
            scene_id                    =   "22589"
            pano_id                     =   "689"
            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                =   "164.06834187071"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-20.144829420608'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "164.06834187071"
                vlookat                 =   "71.256622550282"
                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/1/pano/c2da8c8c19290359/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c2da8c8c19290359/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.50453035558405"
                atv                     =   "82.30914939036279"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690345);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31992271580134"
                atv                     =   "31.709038581352903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690346);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.37566889385812"
                atv                     =   "41.60587973385246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690347);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.29352126452721"
                atv                     =   "43.1833987535091"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690348);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.36180245493114"
                atv                     =   "44.66535558907416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690349);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.59090904078838"
                atv                     =   "47.50323564369182"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690350);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.34935560834913"
                atv                     =   "46.809465067856515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690351);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66593685453384"
                atv                     =   "45.54607871936974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690352);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.57968674836002"
                atv                     =   "44.21155583581929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690353);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.26839823782015"
                atv                     =   "39.65937113485258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690354);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.03818247060676"
                atv                     =   "37.652372840679234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690355);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.60146185441604"
                atv                     =   "35.79674405738106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690356);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.42893437449021"
                atv                     =   "34.16218300368861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690357);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.46955329768903"
                atv                     =   "36.074658866499924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690358);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04944819786937"
                atv                     =   "37.904545996746236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690359);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42815787689122"
                atv                     =   "40.205980708497805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690360);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.75427847399973"
                atv                     =   "42.24926285910698"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690361);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.01772930932913"
                atv                     =   "46.446026997858894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690362);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.91627205164124"
                atv                     =   "48.81900212657792"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690363);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.66368215327287"
                atv                     =   "50.737007083847104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690364);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.01470414161759"
                atv                     =   "52.74652539410492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690365);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.16718287071438"
                atv                     =   "54.55853741897854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690366);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.93798651177087"
                atv                     =   "55.20005377104412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690367);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.8516700411514"
                atv                     =   "51.704626549536776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690368);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.38904573802643"
                atv                     =   "50.42715581156771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690369);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.91257298799843"
                atv                     =   "47.92233292593375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690370);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.5277672566915"
                atv                     =   "45.45442604569592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690371);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.4957334944802"
                atv                     =   "41.52333302410525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690372);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85441431878755"
                atv                     =   "39.5202119760994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690373);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.7538340532794"
                atv                     =   "37.94880385086932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690374);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.12201869588836"
                atv                     =   "35.834433459530494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690375);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7930340202512"
                atv                     =   "33.65209098554398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690376);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97638359565883"
                atv                     =   "76.66613107908628"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690377);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.0414397698463"
                atv                     =   "39.91756165374874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690378);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.04734440134823"
                atv                     =   "42.400405545446866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690379);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.39993201335722"
                atv                     =   "45.13694995470215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690380);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.84416151139857"
                atv                     =   "51.082453985231794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690381);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.95789785443495"
                atv                     =   "55.240046711550285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690382);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.79960138307166"
                atv                     =   "58.73827701530023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690383);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.20209342334996"
                atv                     =   "62.30584321360719"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690384);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.13833410734884"
                atv                     =   "65.39948799643399"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690385);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.6991642546231"
                atv                     =   "66.0395028700624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690386);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.8843056410084"
                atv                     =   "64.16051580134923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690387);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0248482879262"
                atv                     =   "59.82652224986757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690388);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.98677446559216"
                atv                     =   "55.081859275014054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690389);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.85657083344498"
                atv                     =   "51.356692021587115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690390);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93792681156921"
                atv                     =   "46.3584077314509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690391);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.6276759766316"
                atv                     =   "43.4209830987821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690392);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.90897818081436"
                atv                     =   "40.46097293162276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690393);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.96206932567188"
                atv                     =   "37.9461268608696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690394);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47207210522868"
                atv                     =   "38.75464648679762"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690395);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.51953540913871"
                atv                     =   "41.36822212443961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690396);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93970122312942"
                atv                     =   "44.79227293541681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690397);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.77002713557101"
                atv                     =   "47.9799324852139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690398);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.32211854830547"
                atv                     =   "53.88228590342052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690399);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72432158221625"
                atv                     =   "58.581476611628545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690400);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1689269827761"
                atv                     =   "62.38892563775539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690401);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18831544840057"
                atv                     =   "67.10537924625636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690402);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50664027593959"
                atv                     =   "71.88498485575522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690403);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.7865263153807"
                atv                     =   "76.5725692401703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690404);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.11409203384474"
                atv                     =   "69.85975620844019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690405);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64051999437163"
                atv                     =   "64.98288306349869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690406);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.76290726365724"
                atv                     =   "59.49723684665494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690407);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.33245330291777"
                atv                     =   "54.61319113552683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690408);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.19923231920279"
                atv                     =   "48.16405408521303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690409);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07400293415563"
                atv                     =   "44.48849450898726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690410);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.57162732716338"
                atv                     =   "41.97083830139635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690411);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.02723296544059"
                atv                     =   "38.49425636440869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690412);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74614614086371"
                atv                     =   "39.335476830499566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690413);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2539735798531"
                atv                     =   "41.25008763870754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690414);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90610671752754"
                atv                     =   "44.209916373579695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690415);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93413620044865"
                atv                     =   "48.21798903140121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690416);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.27176954772972"
                atv                     =   "55.31276874459674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690417);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.22441104957772"
                atv                     =   "60.83989731868053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690418);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.32440419554314"
                atv                     =   "66.42307334742074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690419);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.36150573943968"
                atv                     =   "71.90764248191243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690420);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42840851432118"
                atv                     =   "82.70333812000261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690421);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.9408919085282"
                atv                     =   "37.383940309170356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690422);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.35329143967195"
                atv                     =   "35.199203014428065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690423);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.46040611003133"
                atv                     =   "33.73429626566184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690424);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.93046710368563"
                atv                     =   "31.79712998286677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690425);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.40701364087192"
                atv                     =   "29.221392002933786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690426);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.47122876755967"
                atv                     =   "30.936052722957363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690427);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.94087099464866"
                atv                     =   "32.02523146447355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690428);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.48638095972115"
                atv                     =   "33.14226582803479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690429);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.78229047644427"
                atv                     =   "34.53072615464232"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690430);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.9786787987282"
                atv                     =   "36.23159321588235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690431);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.47463032756684"
                atv                     =   "37.467105296124416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690432);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.80496655814795"
                atv                     =   "38.19188473464298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690433);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.86127257656608"
                atv                     =   "39.92010967129344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690434);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.7941441660464"
                atv                     =   "39.50071343029126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690435);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.96762107732957"
                atv                     =   "38.633214430348694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690436);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.00657133239486"
                atv                     =   "38.18662257970051"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690437);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.6123441070651"
                atv                     =   "37.438962980757125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690438);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.77661023544314"
                atv                     =   "36.11170707325578"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690439);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.82827709670806"
                atv                     =   "34.68204867974732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690440);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9293821006303"
                atv                     =   "33.811318617423275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690441);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.59692584089973"
                atv                     =   "32.72020620595527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690442);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48168098172698"
                atv                     =   "46.05316125259341"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690443);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75537624088184"
                atv                     =   "43.06719199256289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690444);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82896057137674"
                atv                     =   "39.90695982898259"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690445);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "59.74366995384378"
                atv                     =   "39.05589999573588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690446);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52409644932203"
                atv                     =   "44.198926329355686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690447);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5728495774797"
                atv                     =   "47.37763544755229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690448);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.636610867887896"
                atv                     =   "53.581484086050345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690449);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.75284344465945"
                atv                     =   "56.881572668004544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690450);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.17530283389692"
                atv                     =   "60.10125003365702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690451);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.89144788178692"
                atv                     =   "64.66365789640484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690452);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.057508165607544"
                atv                     =   "68.91178543141024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690453);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.487782240932688"
                atv                     =   "73.36079495974921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690454);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.21165558267631"
                atv                     =   "59.51175934068173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690455);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.7487724070856"
                atv                     =   "54.57210143892177"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690456);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.20616810886224"
                atv                     =   "48.30675027511789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690457);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91670584726245"
                atv                     =   "45.64344442131132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690458);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.94032091740331"
                atv                     =   "42.31215884289315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690459);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.27797555206905"
                atv                     =   "39.01907184358977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690460);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.44278413887969"
                atv                     =   "40.509858264277725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690461);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56674637998015"
                atv                     =   "43.137768025538236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690462);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37163773244703"
                atv                     =   "46.0461550085569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690463);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48956921831723"
                atv                     =   "49.38542069055478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690464);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37738484603909"
                atv                     =   "53.91889102816821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690465);"
                    
                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: 14px ;text-align:center;;&apos;]167[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39863242160226"
                atv                     =   "57.3347514370752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690466);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.029146751297105"
                atv                     =   "59.90170138739835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690467);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "169"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]169[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.19985458103497"
                atv                     =   "62.07095494151094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690468);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.859277160833813"
                atv                     =   "60.706049166654935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690469);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.267437143490497"
                atv                     =   "57.54610772418362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690470);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.240428809932382"
                atv                     =   "53.65155583263292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690471);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.23199147610103"
                atv                     =   "50.16363252235665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690472);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13618184193234"
                atv                     =   "44.3110613087063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690473);"
                    
                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: 14px ;text-align:center;;&apos;]177[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33631833299853"
                atv                     =   "41.59824614132257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690474);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "178"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]178[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76100875236244"
                atv                     =   "39.55935991025637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690475);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22113146542978"
                atv                     =   "37.39068604659779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690476);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "180"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]180[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.359391780180715"
                atv                     =   "34.35413307334381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690477);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92686513549984"
                atv                     =   "35.79416697943201"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690478);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "182"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]182[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61341890185156"
                atv                     =   "37.55513982899619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690479);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30495907783046"
                atv                     =   "39.71842492634904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690480);"
                    
                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: 14px ;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.111856617367494"
                atv                     =   "44.802290578468806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690481);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.987895380304792"
                atv                     =   "46.982128490980486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690482);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "187"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]187[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.7484283136165"
                atv                     =   "49.06999388196158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690483);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "188"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]188[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.573228079337298"
                atv                     =   "50.256534079287505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690484);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.231743404136978"
                atv                     =   "51.95233838549484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690485);"
                    
                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: 14px ;text-align:center;;&apos;]190[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.040423997014557"
                atv                     =   "52.787529872539785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690486);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.705662337698186"
                atv                     =   "53.7319684343088"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690487);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.10628333863394"
                atv                     =   "51.7441888735279"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690488);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.9482827605504"
                atv                     =   "48.739345460043694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690489);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79076568506719"
                atv                     =   "41.029049002377704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690490);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.23824860119828"
                atv                     =   "38.648389692100714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "198"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]198[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5401527867171"
                atv                     =   "42.86117459553266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690492);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07233722771036"
                atv                     =   "56.45104649998757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690493);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.75423499977887"
                atv                     =   "62.64533846644226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690494);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24644810253363"
                atv                     =   "68.08326000409782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690495);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.19560758022806"
                atv                     =   "75.60468305384659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690496);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75563758835989"
                atv                     =   "41.38368564090416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690497);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.56059794958247"
                atv                     =   "64.26547543103266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690498);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72379680325571"
                atv                     =   "68.71824444411925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690499);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75300839991303"
                atv                     =   "32.8669996014506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690500);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16796028263343"
                atv                     =   "34.47737307198964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690501);"
                    
                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:12px;text-align:center;;&apos;]219[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.171614557893236"
                atv                     =   "35.923918192255854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690502);"
                    
                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:12px;text-align:center;;&apos;]218[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.570729796256273"
                atv                     =   "37.76880885299147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690503);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.468811177121893"
                atv                     =   "39.695356747587084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690504);"
                    
                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:12px;text-align:center;;&apos;]216[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.168506869124371"
                atv                     =   "41.06652597412912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690505);"
                    
                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:12px;text-align:center;;&apos;]215[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.6499098787857065"
                atv                     =   "42.2395201086295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690506);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0226418966720985"
                atv                     =   "43.13372351581824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690507);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.265721919815064"
                atv                     =   "44.278350948947526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690508);"
                    
                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:12px;text-align:center;;&apos;]211[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.854116032760771"
                atv                     =   "44.93080808395471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690509);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "210"
                text_advanced           =   "[div style=&apos;display: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;]210[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.109994014455083"
                atv                     =   "44.90844374544764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690510);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "209"
                text_advanced           =   "[div style=&apos;display: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;]209[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.10760159859433"
                atv                     =   "44.50070327409099"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690511);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.037007575182542"
                atv                     =   "44.12402824323234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690512);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "207"
                text_advanced           =   "[div style=&apos;display: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;]207[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89903366934806"
                atv                     =   "43.191621398580345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690513);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "206"
                text_advanced           =   "[div style=&apos;display: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;]206[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.46526024815785"
                atv                     =   "41.700349655147214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690514);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.788736474213806"
                atv                     =   "40.53409321849724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690515);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "203"
                text_advanced           =   "[div style=&apos;display: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;]203[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44076103283231"
                atv                     =   "39.18300622115096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690516);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "202"
                text_advanced           =   "[div style=&apos;display: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;]202[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.358868342747826"
                atv                     =   "37.3206897978548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690517);"
                    
                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                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39863771606309"
                atv                     =   "36.15529648988726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690518);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "200"
                text_advanced           =   "[div style=&apos;display: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;]200[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.78220890996937"
                atv                     =   "34.593213139109146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690519);"
                    
                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:12px;text-align:center;;&apos;]199[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7860"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.57488806882327"
                atv                     =   "25.492776171972213"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690520);"
                    
                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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.61591118774129"
                atv                     =   "3.8070775774849546"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690521);"
                    
                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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-132.2818204467893"
                atv                     =   "7.767299832880373"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690522);"
                    
                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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.53239688945754"
                atv                     =   "29.38552124246419"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690523);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.46824849111582"
                atv                     =   "7.056415113721228"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690524);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-44.52471961610365"
                atv                     =   "8.95675856581388"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690525);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.97334331518516"
                atv                     =   "10.367407668785674"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690526);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.446097461559532"
                atv                     =   "-0.609236154728509"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690527);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.10521515879856"
                atv                     =   "0.09081336482435146"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690528);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                        <hotspot name               =   "spot_690529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-141.13550928186433"
                atv                     =   "13.214373189383268"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690529);"
                    
                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                    =   "7861"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22589">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14669"
                        atv                =    "32.98936567474789"
                        ath                =    "-170.77482120023095"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="120.42733349138" atv="29.360834071986" />
                                        <point ath="-119.8739623402" atv="8.1772659657467" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14669_text"
                        atv                =    "32.98936567474789"
                        ath                =    "-170.77482120023095"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桃路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14670"
                        atv                =    "28.9417457411609"
                        ath                =    "-111.40495659994275"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-172.21959594156" atv="13.335737906084" />
                                        <point ath="-29.097131200194" atv="6.4004582331061" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14670_text"
                        atv                =    "28.9417457411609"
                        ath                =    "-111.40495659994275"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦申路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22590"
            title                       =   "桃花源金宇园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/thumb.jpg"
            fenzuid                     =   "7838"
            parent_fenzuid              =   "7835"
            lat                         =   "31.110403"
            lng                         =   "121.492004"
            heading                     =   ""
            scene_id                    =   "22590"
            pano_id                     =   "689"
            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                =   "69.838441725541"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-19.950597503182'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "69.838441725541"
                vlookat                 =   "72.096653585758"
                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/1/pano/51faa1a3a3cae89c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/51faa1a3a3cae89c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.13776602957228"
                atv                     =   "78.00696784477023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690530);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.62358135157126"
                atv                     =   "22.472520346530423"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690531);"
                    
                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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-99.19526243328772"
                atv                     =   "4.399009664557994"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690532);"
                    
                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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.03404202262334"
                atv                     =   "8.28986330935897"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690533);"
                    
                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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.50309335021853"
                atv                     =   "38.441131480563094"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690534);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.4588720437173"
                atv                     =   "7.502037802952849"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690535);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-50.39070640170485"
                atv                     =   "5.853150434566271"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690536);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.10876422058402"
                atv                     =   "17.49652802162715"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690537);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.899536136916993"
                atv                     =   "-1.8799642386411706"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690538);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "177.48770932383945"
                atv                     =   "-0.793290648970386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690539);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                        <hotspot name               =   "spot_690540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.14974162703191"
                atv                     =   "17.825544893866923"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690540);"
                    
                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                    =   "7862"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22590">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14671"
                        atv                =    "38.14491093083993"
                        ath                =    "-17.616227807734276"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="36.47075767334" atv="24.660044940832" />
                                        <point ath="-67.86257675776" atv="26.82193119406" />
                                        <point ath="-76.512694514824" atv="22.701758655743" />
                                        <point ath="-97.544209368794" atv="7.1047480733833" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14671_text"
                        atv                =    "38.14491093083993"
                        ath                =    "-17.616227807734276"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桃路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14672"
                        atv                =    "30.470663336462337"
                        ath                =    "-108.5413160485297"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-165.36857459127" atv="16.152444189495" />
                                        <point ath="-83.841191003396" atv="29.318703450212" />
                                        <point ath="-37.30557814926" atv="12.064545169461" />
                                        <point ath="-24.616778997018" atv="4.5367789597298" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14672_text"
                        atv                =    "30.470663336462337"
                        ath                =    "-108.5413160485297"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦申路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22592"
            title                       =   "浦江坤庭"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/thumb.jpg"
            fenzuid                     =   "7839"
            parent_fenzuid              =   "7835"
            lat                         =   "31.092596"
            lng                         =   "121.485757"
            heading                     =   ""
            scene_id                    =   "22592"
            pano_id                     =   "689"
            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                =   "-17.631686716064"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-20.705211426196'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-17.631686716064"
                vlookat                 =   "54.170558320139"
                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/1/pano/d6bd34301ebe2d22/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d6bd34301ebe2d22/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16295579388702"
                atv                     =   "56.96905508489788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690675);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16480385348706"
                atv                     =   "37.73959766545693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690676);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41100134086122"
                atv                     =   "28.66014530235352"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690677);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.396236106982258"
                atv                     =   "30.163952503302813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690678);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.511362093896082"
                atv                     =   "26.622938792273995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690679);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.631055942113164"
                atv                     =   "27.739526229874667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690680);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.23168864317637"
                atv                     =   "24.733960331873764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690681);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.282231467572274"
                atv                     =   "25.47900295818322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690682);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.572588443880534"
                atv                     =   "24.10770455563931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690683);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.866916256000934"
                atv                     =   "24.68104904882652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690684);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.209471848768203"
                atv                     =   "28.04454486088776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690685);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.6679142473417983"
                atv                     =   "28.648125608695345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690686);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.18864944209065"
                atv                     =   "30.43452292021468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690687);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.594068966018028"
                atv                     =   "30.63606017365066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690688);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.389413073964306"
                atv                     =   "30.28597469742543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690689);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.989896556810095"
                atv                     =   "30.872514305593697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690690);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.022299251468837"
                atv                     =   "31.31225713198714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690691);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2998655594802244"
                atv                     =   "31.450362269655315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690692);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.170278939315722"
                atv                     =   "32.25595380366889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690693);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.579258854249474"
                atv                     =   "33.03009855793117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690694);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.428400782890151"
                atv                     =   "33.654555392605054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690695);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6012041361902902"
                atv                     =   "34.49821857528413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690696);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2044030729705355"
                atv                     =   "33.97495120100846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690697);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.255280708091448"
                atv                     =   "34.203703384274995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690698);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.815998608768666"
                atv                     =   "37.88782145553747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690699);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7824119491156125"
                atv                     =   "37.37410836893765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690700);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.1687489544354435"
                atv                     =   "36.42181221524525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690701);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.977007834117444"
                atv                     =   "36.239915970340405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690702);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.035731381746018"
                atv                     =   "35.45166881377085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690703);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.543204954502983"
                atv                     =   "37.45965083510121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690704);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.013546108287812"
                atv                     =   "38.26425962351812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690705);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.807863552130982"
                atv                     =   "34.501692033814706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690706);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.4555834389584"
                atv                     =   "39.07197161811068"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690707);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1357144424565035"
                atv                     =   "40.02857628407553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690708);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.506529680710173"
                atv                     =   "40.01553063500865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690709);"
                    
                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.78);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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17406133138177893"
                atv                     =   "39.8219907724529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690710);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.845418766005423"
                atv                     =   "43.89713198331248"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690711);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.743296581874404"
                atv                     =   "43.315219336594154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690712);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.852647068271608"
                atv                     =   "41.97435852336825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690713);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.568731071683658"
                atv                     =   "41.14696445162343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690714);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.003044862972843"
                atv                     =   "43.57324695460986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690715);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.294905355624735"
                atv                     =   "45.11574372979268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690716);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.999213328431324"
                atv                     =   "46.99347043765376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690717);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.056196061031187"
                atv                     =   "48.29383816077749"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690718);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.0725657038323675"
                atv                     =   "51.59785835501767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690719);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8261965357198733"
                atv                     =   "51.17885739245966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690720);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.061388368604014"
                atv                     =   "49.93546348904296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690721);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.913146557881646"
                atv                     =   "52.2492813549961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690722);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.311128868740752"
                atv                     =   "50.88545402074784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690723);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.044599025589378"
                atv                     =   "49.17104585703134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690724);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.740994335562846"
                atv                     =   "46.03603364301553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690725);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95183572194526"
                atv                     =   "39.00335991427269"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690726);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.55931379174342"
                atv                     =   "37.3094162224072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690727);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.84660755265611"
                atv                     =   "36.67787043691617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690728);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94156560815463"
                atv                     =   "38.87941762407135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690729);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77258037633675"
                atv                     =   "40.87678209219751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690730);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.80474250118732"
                atv                     =   "50.986750514140574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690731);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.36979705616568"
                atv                     =   "53.13761650703684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690732);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.52736723439898"
                atv                     =   "55.32545434020873"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690733);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.267264508610197"
                atv                     =   "56.58582467520147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690734);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.044848977101879"
                atv                     =   "56.92713448594848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690735);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.0207236245668128"
                atv                     =   "57.99631835655504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690736);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.164810203499371"
                atv                     =   "59.41372756602973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690737);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.1777725066101539"
                atv                     =   "68.63863481518861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690738);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.872056247319165"
                atv                     =   "66.76522428956783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690739);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.382993740023153"
                atv                     =   "64.27530620145266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690740);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.922622027523175"
                atv                     =   "60.48019382859317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690741);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04432458174426"
                atv                     =   "56.36274864402784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690742);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62479618557438"
                atv                     =   "46.052898386503585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690743);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.561691580239994"
                atv                     =   "43.30730917543221"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690744);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.714321024189644"
                atv                     =   "40.41084642545665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690745);"
                    
                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                    =   "7865"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.854347667754496"
                atv                     =   "68.3564017094057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690746);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5670176028604"
                atv                     =   "34.6216057270043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690747);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58635863972853"
                atv                     =   "35.78086730423436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690748);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.113425509259685"
                atv                     =   "36.953862081158285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690749);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97283722369184"
                atv                     =   "38.0580440571215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690750);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68363706851329"
                atv                     =   "41.34063697289444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690751);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.147437626752776"
                atv                     =   "42.273915432483946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690752);"
                    
                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: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20314184392237"
                atv                     =   "43.226604221896224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690753);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39957877300861"
                atv                     =   "43.51585895938344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690754);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85937397770766"
                atv                     =   "39.232782294077765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690755);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.271937661460242"
                atv                     =   "39.646351385782744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690756);"
                    
                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: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.698511821850275"
                atv                     =   "51.679219306411674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690757);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0262457636922"
                atv                     =   "50.45447121881235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690758);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34750761926318"
                atv                     =   "48.05836964536396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690759);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.66454851447219"
                atv                     =   "46.971952745718134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690760);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0072050137008"
                atv                     =   "45.28014785135907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690761);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94484552321086"
                atv                     =   "43.89374660489993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690762);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89380400114374"
                atv                     =   "39.34089735695268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690763);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28853156130032"
                atv                     =   "37.9462354099087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690764);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.25141629480856"
                atv                     =   "36.60399395918555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690765);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99616197045111"
                atv                     =   "35.0834084599158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690766);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12668676942133"
                atv                     =   "31.843753409379342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690767);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76047508832545"
                atv                     =   "29.940965083930664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690768);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5615628702484"
                atv                     =   "37.02097179804574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690769);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69376361969364"
                atv                     =   "38.39662999434921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690770);"
                    
                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: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.23470258436134"
                atv                     =   "40.704634067735064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690771);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.88605796336475"
                atv                     =   "42.60444804081223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690772);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.19693404673552"
                atv                     =   "47.77184820957411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690773);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50245267173585"
                atv                     =   "49.78103142508356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690774);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13262972980027"
                atv                     =   "51.84722893935266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690775);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.616784396325215"
                atv                     =   "52.80562746584356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690776);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.91835192041151"
                atv                     =   "59.8698178974195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690777);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.047451105435414"
                atv                     =   "57.78194848744587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690778);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.55633098628226"
                atv                     =   "57.42779106446032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690779);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.474947609389005"
                atv                     =   "55.64560364370471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690780);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.38270532324088"
                atv                     =   "52.78406649890255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690781);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.32146416342727"
                atv                     =   "50.99222152240533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690782);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.71994241333124"
                atv                     =   "43.293886144115596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690783);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94796531607653"
                atv                     =   "41.38822650247216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690784);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.26006767579855"
                atv                     =   "38.92041674452198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690785);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.91809871613981"
                atv                     =   "37.633172238935074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690786);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.4982718549225"
                atv                     =   "33.362098744903115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690787);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.19826872945191"
                atv                     =   "31.077423495588782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690788);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33596729545098"
                atv                     =   "32.61370562314514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690789);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39995253177767"
                atv                     =   "35.60234086676733"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690790);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4494595058228"
                atv                     =   "38.55395875166183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690791);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.901531257935"
                atv                     =   "41.555182740435114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690792);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81569595547228"
                atv                     =   "43.55038534616949"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690793);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.2847329251963"
                atv                     =   "46.96557273636764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690794);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.63105042247048"
                atv                     =   "57.157794363765774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690795);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.72971247093483"
                atv                     =   "62.24255038539308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690796);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72196900356033"
                atv                     =   "65.06739219330576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690797);"
                    
                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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.41301900282599"
                atv                     =   "27.689224962907737"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690798);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.58285471785496"
                atv                     =   "29.84357742722623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690799);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64663450228568"
                atv                     =   "30.587539477350802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690800);"
                    
                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: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09121348707828"
                atv                     =   "31.812080761587932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690801);"
                    
                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: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8765401687175"
                atv                     =   "32.85992302403997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690802);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.935283320072756"
                atv                     =   "34.86313028335836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690803);"
                    
                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: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84721705395964"
                atv                     =   "36.99940542671169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690804);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.56083044583181"
                atv                     =   "37.79143134932824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690805);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56263099212532"
                atv                     =   "37.96943796031734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690806);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8469879080331"
                atv                     =   "40.04396151160748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690807);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.896220973979666"
                atv                     =   "38.970760366781256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690808);"
                    
                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: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.276479835448754"
                atv                     =   "38.215093503006614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690809);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.70999843213201"
                atv                     =   "37.283840462432195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690810);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6156536773409"
                atv                     =   "34.92156401198446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690811);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50629658420985"
                atv                     =   "34.07881301247734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690812);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.28960798047166"
                atv                     =   "33.013244237763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690813);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86172406818537"
                atv                     =   "32.3445446504101"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690814);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99110161696723"
                atv                     =   "26.608019723324343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690815);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.99555056922367"
                atv                     =   "27.79705840707272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690816);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.141097246425602"
                atv                     =   "30.62886647461317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690817);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.082129308267668"
                atv                     =   "30.4422589677487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690818);"
                    
                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: 14px ;text-align:center;;&apos;]152[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70783799095716"
                atv                     =   "33.80549233474904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690819);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75866568650588"
                atv                     =   "33.66771886575413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690820);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.555036787543997"
                atv                     =   "28.763291448647944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690821);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36985317974984"
                atv                     =   "28.065303617571878"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690822);"
                    
                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: 14px ;text-align:center;;&apos;]174[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31002229495908"
                atv                     =   "31.56452773096343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690823);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.705784639627836"
                atv                     =   "30.36376819187309"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690824);"
                    
                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: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.956120764925345"
                atv                     =   "33.94825295924782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690825);"
                    
                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: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.1115856204716"
                atv                     =   "32.21224737642802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690826);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.981911031734114"
                atv                     =   "24.482397846066732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690827);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.45841218124821"
                atv                     =   "24.401813192476077"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690828);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71227796357613"
                atv                     =   "28.123593365381193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690829);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.205054325835704"
                atv                     =   "27.48430533283728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690830);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.056228422503466"
                atv                     =   "26.784058522987863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690831);"
                    
                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: 14px ;text-align:center;;&apos;]164[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.065207553793186"
                atv                     =   "30.75664492558928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690832);"
                    
                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: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19489218686181"
                atv                     =   "30.11254589059061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690833);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.579907824710006"
                atv                     =   "29.47324295812326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690834);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.034777699305494"
                atv                     =   "28.379769723044422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690835);"
                    
                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: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96877233521991"
                atv                     =   "24.37899926477754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690836);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.610605982243214"
                atv                     =   "23.676070075540228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690837);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05215124062124"
                atv                     =   "26.339924709901005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690838);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.08248645960043"
                atv                     =   "25.120803574642096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690839);"
                    
                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: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31440038646895"
                atv                     =   "26.469837755918082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690840);"
                    
                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(189, 16, 224, 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                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.382688979054706"
                atv                     =   "24.989381204166143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690841);"
                    
                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: 14px ;text-align:center;;&apos;]170[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.69298492103172"
                atv                     =   "26.112933641967054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690842);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                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;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7866"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37335732784288"
                atv                     =   "41.644384694411436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690843);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.30977383631586"
                atv                     =   "23.925594652866636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690844);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.05729190870176"
                atv                     =   "32.83430939210117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690845);"
                    
                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.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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95247140588793"
                atv                     =   "35.97213027549566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690846);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.76147700691519"
                atv                     =   "32.31040709407438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690847);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.08149852078162"
                atv                     =   "29.41859509977958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690848);"
                    
                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.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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7889062046518"
                atv                     =   "29.20685596717368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690849);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.55672902395386"
                atv                     =   "27.48377309629727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690850);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.89397721866874"
                atv                     =   "25.347038513671265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690851);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.10294646752067"
                atv                     =   "26.08273753418668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690852);"
                    
                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                    =   "7867"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.18584827662696"
                atv                     =   "45.85446425819512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690853);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.73479131056024"
                atv                     =   "32.86664758082519"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690854);"
                    
                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.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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.23980989303516"
                atv                     =   "29.60690680654399"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690855);"
                    
                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(250, 100, 0, 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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.7957576181297"
                atv                     =   "31.572553003528075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690856);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.7135076803421"
                atv                     =   "34.5496793833789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690857);"
                    
                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(250, 100, 0, 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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.4315772874021"
                atv                     =   "36.340881554107305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690858);"
                    
                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(250, 100, 0, 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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.6370757161345"
                atv                     =   "38.270569963325684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690859);"
                    
                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(250, 100, 0, 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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.89324095421992"
                atv                     =   "27.77276629089891"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690860);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.821284732216"
                atv                     =   "29.08026973542188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690861);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53886673960466"
                atv                     =   "30.45803992013398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690862);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.7264491325859"
                atv                     =   "34.75287776766851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690863);"
                    
                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(250, 100, 0, 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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.5366250943371"
                atv                     =   "36.309584295316256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690864);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.763063101835"
                atv                     =   "38.019272208394845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690865);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.80917503276373"
                atv                     =   "25.506310021723646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690866);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.56064411744273"
                atv                     =   "26.357115482826767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690867);"
                    
                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.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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.54183789816767"
                atv                     =   "27.350881314496714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690868);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.78193153498825"
                atv                     =   "30.630345232174875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690869);"
                    
                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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.81107137993928"
                atv                     =   "31.693763046615437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690870);"
                    
                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.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                    =   "7868"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.483640072106823"
                atv                     =   "33.062930334276516"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690871);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "68.27078127170944"
                atv                     =   "30.13412087715746"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690872);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.814593765256632"
                atv                     =   "3.436947285040596"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690873);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.71146584903937"
                atv                     =   "4.13249494166639"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690874);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.39436971551015176"
                atv                     =   "18.58955114315993"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690875);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.432399830667748"
                atv                     =   "18.918255486877133"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690876);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22587"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-85.10767537845783"
                atv                     =   "53.97722628082045"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690877);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22593"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                        <hotspot name               =   "spot_690878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.803619206620965"
                atv                     =   "0.28494022983379486"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690878);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7869"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22592">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14675"
                        atv                =    "67.23820547453924"
                        ath                =    "-94.3201582024106"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-104.21614703111" atv="23.299419466392" />
                                        <point ath="72.546987666388" atv="7.1332831600471" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14675_text"
                        atv                =    "67.23820547453924"
                        ath                =    "-94.3201582024106"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "骑行公路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14676"
                        atv                =    "68.66127441721227"
                        ath                =    "162.0096688865387"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="163.85627956754" atv="19.282836485911" />
                                        <point ath="-16.402854193408" atv="12.051366990086" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14676_text"
                        atv                =    "68.66127441721227"
                        ath                =    "162.0096688865387"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22593"
            title                       =   "浦江坤庭翠御"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/thumb.jpg"
            fenzuid                     =   "7839"
            parent_fenzuid              =   "7835"
            lat                         =   "31.093681"
            lng                         =   "121.483678"
            heading                     =   ""
            scene_id                    =   "22593"
            pano_id                     =   "689"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0"
                vlookat                 =   "0"
                fovtype                 =   "MFOV"
                fov                     =   "95"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9c704f352606e325/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_690879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.497739991914898"
                atv                     =   "7.382426626538712"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690879);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.893213859167361"
                atv                     =   "8.036084711334775"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690880);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.258746603902011"
                atv                     =   "19.7144768186128"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690881);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.6886908196717627"
                atv                     =   "1.1910722564308214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690882);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.558047237657945"
                atv                     =   "14.366824395873412"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690883);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.327647879800338"
                atv                     =   "-0.8295589231592794"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690884);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.79607200751545"
                atv                     =   "3.5256145484751826"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690885);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "67.65610420726813"
                atv                     =   "19.12598076316212"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690886);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "19.23624311588249"
                    target_view_vlookat =   "48.073441323958605"
                    other_args          =   "view.hlookat=19.23624311588249&amp;view.vlookat=48.073441323958605&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "109.92410922494551"
                atv                     =   "10.023018532846"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690887);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "104.31311771665221"
                    target_view_vlookat =   "44.92735779401597"
                    other_args          =   "view.hlookat=104.31311771665221&amp;view.vlookat=44.92735779401597&amp;view.fov=91.17899420185203"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "167.76520312588684"
                atv                     =   "19.693004718411224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_690888);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7870"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22592"
                    target_view_hlookat =   "213.71077782521442"
                    target_view_vlookat =   "49.84617859723865"
                    other_args          =   "view.hlookat=213.71077782521442&amp;view.vlookat=49.84617859723865&amp;view.fov=104.00730560582791"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.187745818179167"
                atv                     =   "80.76699245937556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690889);"
                    
                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(0, 111, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.98403675132488"
                atv                     =   "30.734968582056396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690890);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.524270013712567"
                atv                     =   "50.64312661352389"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690891);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53535537521509"
                atv                     =   "50.06425085271631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690892);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.607094924220746"
                atv                     =   "48.41761435337522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690893);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74163373408658"
                atv                     =   "46.91347095328857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690894);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.422931057632695"
                atv                     =   "45.28158135172568"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690895);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.867683900747693"
                atv                     =   "43.174746047012576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690896);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.276978670894664"
                atv                     =   "42.48882119611969"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690897);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71196881617658"
                atv                     =   "40.665929843065214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690898);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0458114825214"
                atv                     =   "35.253100101517404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690899);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11019755322985"
                atv                     =   "34.45588495985256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690900);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.15135229100508"
                atv                     =   "39.55383431275075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690901);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.3030276323633"
                atv                     =   "37.82148084186493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690902);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.402596014564"
                atv                     =   "36.37096298134549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690903);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.72820389334834"
                atv                     =   "34.755457078605275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690904);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.158270148836"
                atv                     =   "45.535587890198045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690905);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9641561337885"
                atv                     =   "42.44734660942686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690906);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.20948358189844"
                atv                     =   "40.18643766023934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690907);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.9319063802615"
                atv                     =   "38.193963522676405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690908);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.19217081373483"
                atv                     =   "49.27015023532308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690909);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.39940539551063"
                atv                     =   "47.13338634975558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690910);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.27289116957243"
                atv                     =   "44.241563719087694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690911);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.0097310878975"
                atv                     =   "40.9770975900633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690912);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.98930723151773"
                atv                     =   "45.18374199883768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690913);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03172979318146"
                atv                     =   "42.39592064025183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690914);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65264910189376"
                atv                     =   "39.43127610491718"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690915);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06739227680697"
                atv                     =   "44.50832747639513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690916);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.18041945740708"
                atv                     =   "42.35217961816209"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690917);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47222291650945"
                atv                     =   "40.162975210977365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690918);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.92820841781713"
                atv                     =   "38.1643259172401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690919);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75392306977756"
                atv                     =   "39.29407537684371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690920);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.10475970808216"
                atv                     =   "37.405909915293805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690921);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.48914583245096"
                atv                     =   "35.983327277682456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690922);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18984946276032"
                atv                     =   "34.58057523913707"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690923);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.709467270444065"
                atv                     =   "33.83581430774135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690924);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.870254973979115"
                atv                     =   "32.830674806280385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690925);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35795996414669"
                atv                     =   "31.928781144720748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690926);"
                    
                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(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]167[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.0751340538481"
                atv                     =   "53.816567774074876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690927);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.75586365028715"
                atv                     =   "76.31523331466018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690928);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.1388748478824"
                atv                     =   "74.33210155330316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690929);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70983405719915"
                atv                     =   "71.8506390870385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690930);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.23031917080834"
                atv                     =   "67.08886265771343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690931);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84069233214962"
                atv                     =   "62.10568999256074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690932);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3730372294554"
                atv                     =   "59.09471445063212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690933);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.3351770935343"
                atv                     =   "83.47007110162383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690934);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.83718602756454"
                atv                     =   "77.94584831070256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690935);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.73530806360685"
                atv                     =   "70.29541104187437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690936);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.72060498071056"
                atv                     =   "64.6827526813274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690937);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.649652976813"
                atv                     =   "70.36050744842971"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690938);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69734442234841"
                atv                     =   "69.23908335628157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690939);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18715250344667"
                atv                     =   "67.21395148671327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690940);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.88027592239035"
                atv                     =   "62.5247471343334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690941);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.00102928210833"
                atv                     =   "60.38918273296338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690942);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28386523750908"
                atv                     =   "58.35729923567824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690943);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.067250295145755"
                atv                     =   "59.52338152882405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690944);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.124607369330135"
                atv                     =   "57.57869632649576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690945);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87029369363978"
                atv                     =   "53.05762914180386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690946);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.25206553791563"
                atv                     =   "54.71484271339199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690947);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.84638437988502"
                atv                     =   "53.99989201965243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690948);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.32405109573182"
                atv                     =   "53.05653509964295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690949);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.50796866505058"
                atv                     =   "50.801863084030295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690950);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.94166936873154"
                atv                     =   "49.55142378698801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690951);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.22890340234224"
                atv                     =   "48.17134450521625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690952);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.58789907515148"
                atv                     =   "65.5837063882623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690953);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.20958136461263"
                atv                     =   "64.47276923843967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690954);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.8253209308386"
                atv                     =   "62.98705442073856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690955);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.48047041286964"
                atv                     =   "61.39536546732663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690956);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.36219162568952"
                atv                     =   "58.19948800393803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690957);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.84624589990204"
                atv                     =   "55.93277005730153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690958);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.3941334642132"
                atv                     =   "38.65506342716167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690959);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "165.14591247033"
                atv                     =   "38.906991748956514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690960);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.5489557883022"
                atv                     =   "42.79282575043433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690961);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.21156853431123"
                atv                     =   "40.9644050335235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690962);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.2903594579929"
                atv                     =   "36.916106081156066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690963);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67943272386196"
                atv                     =   "39.587961065272246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690964);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.59217548938796"
                atv                     =   "42.49236860639806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690965);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.13259023691296"
                atv                     =   "60.117932209796564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690966);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.782144054366768"
                atv                     =   "65.96829274901076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690967);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.439130676513855"
                atv                     =   "69.10261807158021"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690968);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.351410980727564"
                atv                     =   "35.9568949589786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690969);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.68034153821554"
                atv                     =   "38.40041239392642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690970);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.622455185451656"
                atv                     =   "40.899510929025475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690971);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.821981122337434"
                atv                     =   "43.7946797106171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690972);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.975091995922355"
                atv                     =   "49.70918478144668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690973);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.609273949999988"
                atv                     =   "52.913610753610385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690974);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.923100255843735"
                atv                     =   "55.921670139075786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690975);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.257199695021939"
                atv                     =   "57.779747982212854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690976);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.5182645401193895"
                atv                     =   "59.648300727353124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690977);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.878513441144264"
                atv                     =   "33.01814789947562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690978);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.935929265359334"
                atv                     =   "35.037049948623356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690979);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44913693206746"
                atv                     =   "37.05190496188421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690980);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.159302835548885"
                atv                     =   "39.28558135720963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690981);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.965048341474414"
                atv                     =   "44.02577047974572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690982);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.398852524599988"
                atv                     =   "45.27091567630833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690983);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.091884819392874"
                atv                     =   "47.37590699267897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690984);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.532932608773876"
                atv                     =   "49.58462096140878"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690985);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8594357033320534"
                atv                     =   "50.09206285590052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690986);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.209001605768208"
                atv                     =   "39.34110137218717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690987);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.138773265984355"
                atv                     =   "40.81427144109069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690988);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.977574667063834"
                atv                     =   "42.06875019361787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690989);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.137132658010728"
                atv                     =   "43.135452047658006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690990);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.618336917705676"
                atv                     =   "29.88844848491577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690991);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.495516379869116"
                atv                     =   "31.415616948554874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690992);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.301983936586453"
                atv                     =   "32.64992060343669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690993);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.301610268882996"
                atv                     =   "33.97649522121204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690994);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.883939443328586"
                atv                     =   "33.86542471801553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690995);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.887247253792623"
                atv                     =   "35.171246292540715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690996);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.609850816779499"
                atv                     =   "30.880751300731895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690997);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.087801123048223"
                atv                     =   "31.231006541023902"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690998);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_690999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67162813046207"
                atv                     =   "58.83823190160632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_690999);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.42050133615464"
                atv                     =   "65.23632769519463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691000);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73626213160469"
                atv                     =   "69.8164328027896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691001);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.95795362040903"
                atv                     =   "72.18809160038346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691002);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.66037016268794"
                atv                     =   "74.75947584406522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691003);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "71.56055113731736"
                atv                     =   "61.644564473125996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691004);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.29688625499114"
                atv                     =   "66.9540152069647"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691005);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.50241128294601"
                atv                     =   "74.45728580440276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691006);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86689462525783"
                atv                     =   "80.14460389793561"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691007);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53226344135396"
                atv                     =   "56.95111493289946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691008);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.41643249679652"
                atv                     =   "39.83156239510411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691009);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.55703827778524"
                atv                     =   "41.92087214811496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691010);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.02672060127844"
                atv                     =   "56.106505989812334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691011);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.47275543411396"
                atv                     =   "65.14001768986348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691012);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47251686746338"
                atv                     =   "49.99591631644599"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691013);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.84511166889808"
                atv                     =   "52.244677762777705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691014);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.99197649288257"
                atv                     =   "62.32084116611885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691015);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.03073206657962"
                atv                     =   "53.073467968905774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691016);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.71216700467872"
                atv                     =   "54.04224808265239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691017);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5411917867691"
                atv                     =   "52.102996940045195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691018);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00195506222113"
                atv                     =   "54.498176974359374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691019);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.91953384057331"
                atv                     =   "56.84624602929274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691020);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.80369883991628"
                atv                     =   "60.292719462279926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691021);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.38232710808"
                atv                     =   "46.69661944933984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691022);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.28032509371934"
                atv                     =   "48.21335055289279"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691023);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.15960989388262"
                atv                     =   "33.280032577226585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691024);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74547104053872"
                atv                     =   "35.13260035135603"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691025);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.96076657757362"
                atv                     =   "36.19644923788111"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691026);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.12334864082553"
                atv                     =   "37.70450731899013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691027);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.1042142144257"
                atv                     =   "36.16039318076301"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691028);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.48719747869188"
                atv                     =   "38.540124370991855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691029);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.70819067502032"
                atv                     =   "40.37195394852504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691030);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37573230568341"
                atv                     =   "42.179573605265276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691031);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.13654600248321"
                atv                     =   "38.47271979239035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691032);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.19962548725516"
                atv                     =   "40.875777575840004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691033);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.19675971843174"
                atv                     =   "43.45576056438914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691034);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3078278817398"
                atv                     =   "45.91099139656368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691035);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
                        <hotspot name               =   "spot_691036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.26709104270287"
                atv                     =   "61.69425455036046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691036);"
                    
                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(0, 102, 255, 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                    =   "7871"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22593">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22594"
            title                       =   "建发缦玥"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/thumb.jpg"
            fenzuid                     =   "7840"
            parent_fenzuid              =   "7835"
            lat                         =   "31.104323"
            lng                         =   "121.482676"
            heading                     =   ""
            scene_id                    =   "22594"
            pano_id                     =   "689"
            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                =   "-14.762124153131"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-18.554411601128'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-14.762124153131"
                vlookat                 =   "59.31441210752"
                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/1/pano/65cee7c8a3a37032/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16384" tiledimageheight="16384">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/65cee7c8a3a37032/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88643930606156"
                atv                     =   "89.20381379536732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691037);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46912994368563"
                atv                     =   "60.950352163090045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691038);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54115166033506"
                atv                     =   "29.399708048943882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691039);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.8764060434208432"
                atv                     =   "29.860746139245215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691040);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.81319582210051"
                atv                     =   "37.87798173920092"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691041);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53307392262434"
                atv                     =   "38.325160803554155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691042);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.50076814501438"
                atv                     =   "41.7581133028811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691043);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18793540983961"
                atv                     =   "55.34431214900935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691044);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.23247211338338"
                atv                     =   "48.458131359984364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691045);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.07455976127551"
                atv                     =   "60.63958190962147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691046);"
                    
                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                    =   "7872"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.929185917405675"
                atv                     =   "25.542117745313426"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691047);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "63.25351766326412"
                atv                     =   "11.876998135176736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691048);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "45.76465366662882"
                atv                     =   "5.594270704808108"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691049);"
                    
                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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.10609178550328"
                atv                     =   "3.0835067533755036"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691050);"
                    
                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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.2893129545248"
                atv                     =   "8.182376635393796"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691051);"
                    
                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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.619708196761508"
                atv                     =   "10.461987392447508"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691052);"
                    
                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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.51019733861568"
                atv                     =   "11.532162087254216"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691053);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.32585635747279"
                atv                     =   "71.84406064691983"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691054);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "145.63716805918745"
                atv                     =   "9.774668521811643"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691055);"
                    
                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:12px;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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.01559849037713"
                atv                     =   "10.262658359236527"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691056);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.102266931457677"
                atv                     =   "3.427594606841984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691057);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.965047739741294"
                atv                     =   "-3.0642404840456114"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691058);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.11693661819885"
                atv                     =   "0.30488596284996866"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691059);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7873"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                        <hotspot name               =   "spot_691060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "155.1181798846497"
                atv                     =   "23.892532435361314"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691060);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22594">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14677"
                        atv                =    "66.68090152102847"
                        ath                =    "171.5859614933858"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-112.40595605441" atv="14.539857656934" />
                                        <point ath="-149.6601189436" atv="57.677524433146" />
                                        <point ath="83.664258895957" atv="18.548576247358" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14677_text"
                        atv                =    "66.68090152102847"
                        ath                =    "171.5859614933858"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桦路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14678"
                        atv                =    "25.668028842105496"
                        ath                =    "-163.56635720881127"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-53.501892889066" atv="29.482437180632" />
                                        <point ath="-166.44420086554" atv="23.805708783611" />
                                        <point ath="171.09540768082" atv="6.8055893593027" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14678_text"
                        atv                =    "25.668028842105496"
                        ath                =    "-163.56635720881127"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22595"
            title                       =   "建发缦云"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/thumb.jpg"
            fenzuid                     =   "7840"
            parent_fenzuid              =   "7835"
            lat                         =   "31.101953"
            lng                         =   "121.484376"
            heading                     =   ""
            scene_id                    =   "22595"
            pano_id                     =   "689"
            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                =   "-14.361480414446"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-17.365699024462'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-14.361480414446"
                vlookat                 =   "53.637369658861"
                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/1/pano/5601fdd18bd4433d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5601fdd18bd4433d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.472645138312487"
                atv                     =   "76.78254851273083"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691061);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.6876943894904457"
                atv                     =   "18.416352332772362"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691062);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.926017876622552"
                atv                     =   "14.502914055224089"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691063);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.820163069558703"
                atv                     =   "6.136650058958136"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691064);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.60954063442466"
                atv                     =   "4.771193334158569"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691065);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.449637658272707"
                atv                     =   "9.007823624553318"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691066);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.818476303128932"
                atv                     =   "8.3671420326018"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691067);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.596726532184505"
                atv                     =   "17.184150569674664"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691068);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-115.19234878818165"
                atv                     =   "23.373412998949973"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691069);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "152.3723146313182"
                atv                     =   "37.66877516569873"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691070);"
                    
                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;馆&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.30187479689619"
                atv                     =   "40.0878966125286"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-169.27139982115258"
                atv                     =   "8.811841222978634"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "250.06156672596367"
                    target_view_vlookat =   "50.38731277052358"
                    other_args          =   "view.hlookat=250.06156672596367&amp;view.vlookat=50.38731277052358&amp;view.fov=95.53340619827159"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "29.90440229038535"
                atv                     =   "2.709333919549884"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691073);"
                    
                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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.51128456054914"
                atv                     =   "11.181380233885651"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路600弄"
                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;]江桦路600弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22610"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.101337384579551"
                atv                     =   "2.796119375452267"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691075);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.31670772677069"
                atv                     =   "21.046625549980355"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691076);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦驰路1809弄"
                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;]浦驰路1809弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22612"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.38955387022327"
                atv                     =   "20.69588918824622"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691077);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "浦锦路1658弄"
                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;]浦锦路1658弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22613"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.8325339279245"
                atv                     =   "9.07093761692751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691078);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城2期"
                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;]华侨城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22604"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.59550312977507"
                atv                     =   "13.329008610372195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691079);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   "73.80643145983326"
                    target_view_vlookat =   "55.50500757796878"
                    other_args          =   "view.hlookat=73.80643145983326&amp;view.vlookat=55.50500757796878&amp;view.fov=95.47454507704425"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.352175505686148"
                atv                     =   "-0.15337579285246336"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691080);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                        <hotspot name               =   "spot_691081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8503253530592"
                atv                     =   "6.747398186712292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691081);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7874"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22595">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14679"
                        atv                =    "38.89094436806473"
                        ath                =    "53.85058582196439"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="1.9006447626034" atv="15.376196425115" />
                                        <point ath="120.23733960415" atv="30.297933158316" />
                                        <point ath="147.3887420523" atv="13.214963915833" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14679_text"
                        atv                =    "38.89094436806473"
                        ath                =    "53.85058582196439"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦锦路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14680"
                        atv                =    "63.362826776428975"
                        ath                =    "109.4384037100086"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-119.11656196109" atv="35.795275938919" />
                                        <point ath="96.122598328093" atv="52.29731346895" />
                                        <point ath="75.002820377127" atv="5.4823762321963" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14680_text"
                        atv                =    "63.362826776428975"
                        ath                =    "109.4384037100086"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江柳路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22596"
            title                       =   "浦江颐城"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/thumb.jpg"
            fenzuid                     =   "7841"
            parent_fenzuid              =   "7835"
            lat                         =   "31.101480"
            lng                         =   "121.495822"
            heading                     =   ""
            scene_id                    =   "22596"
            pano_id                     =   "689"
            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                =   "72.120163684562"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-20.970271571992'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "72.120163684562"
                vlookat                 =   "63.127115465352"
                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/1/pano/4c1a2a9bee5c4ba8/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4c1a2a9bee5c4ba8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.170204473847889"
                atv                     =   "38.74936599828946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691082);"
                    
                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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.21523620513358"
                atv                     =   "29.493862111770735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691083);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.50543220895264"
                atv                     =   "35.67590906392844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691084);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6195977437779"
                atv                     =   "40.02717982285665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691085);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.03365261134556"
                atv                     =   "46.802166074433735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691086);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.27997459293616"
                atv                     =   "50.61537546609061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691087);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.81323537175405"
                atv                     =   "54.08857633841976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691088);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.03583420698445"
                atv                     =   "37.42905603048635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691089);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.03528064851258"
                atv                     =   "43.155457630350334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691090);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.3757913965249"
                atv                     =   "45.72785288468785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691091);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.7313822812891"
                atv                     =   "48.42776916098241"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691092);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.3365163846436"
                atv                     =   "27.842309570709624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691093);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.9765534595532"
                atv                     =   "29.840584645464585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691094);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.48227814310516"
                atv                     =   "34.40273534824752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691095);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.14839877005127"
                atv                     =   "38.10194131506986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691096);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.77115934368234"
                atv                     =   "40.279318336831295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691097);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.92070881159987"
                atv                     =   "41.83335222277075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691098);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.68610885847895"
                atv                     =   "28.68124501495536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691099);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.4564149307784"
                atv                     =   "30.096158059245205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691100);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.65096266416415"
                atv                     =   "32.28683642421846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691101);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.21693535325372"
                atv                     =   "35.16003939025719"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691102);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.0242427795755"
                atv                     =   "36.64259312398554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691103);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.59970329088236"
                atv                     =   "38.041868900454155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691104);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.749483015636"
                atv                     =   "40.40027229688208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691105);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.66576327308104"
                atv                     =   "39.847187858173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691106);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.17722513133435"
                atv                     =   "37.33832538249562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691107);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.9544841608076"
                atv                     =   "36.90151376009921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691108);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.86420187045746"
                atv                     =   "29.829342348751933"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691109);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.57758091812065"
                atv                     =   "32.5640844324581"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691110);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.46378294219835"
                atv                     =   "33.793537505272774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691111);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.20790192011216"
                atv                     =   "34.87174227938215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691112);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.92881762838937"
                atv                     =   "32.77477641484662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691113);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.56051267750007"
                atv                     =   "32.95611045582438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691114);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "165.79564842081942"
                atv                     =   "32.04207391458285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691115);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.43489797193575"
                atv                     =   "31.335472377339524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691116);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.26751477341435"
                atv                     =   "29.873275748159845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691117);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.43954016072996"
                atv                     =   "27.95107062984102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691118);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.2042788790365"
                atv                     =   "27.700091680660105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691119);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.7176061896772"
                atv                     =   "26.132883583663958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691120);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.53589237785246"
                atv                     =   "24.212233634523727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691121);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.78898818101797"
                atv                     =   "25.530541010907818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691122);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.32237206105992"
                atv                     =   "25.380759205617014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691123);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.03619670432244"
                atv                     =   "26.403155820148417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691124);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.72067643949305"
                atv                     =   "24.045417956225315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691125);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.06836435169654"
                atv                     =   "24.245464530498218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691126);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.63827094489008"
                atv                     =   "28.114750617929573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691127);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.4636196410657"
                atv                     =   "28.167498512417747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691128);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.23852651044592"
                atv                     =   "29.746311570646654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691129);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.72348256756038"
                atv                     =   "52.93125935970376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691130);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.12613161337828"
                atv                     =   "53.57071708972838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691131);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.38986995168364"
                atv                     =   "46.10403666140014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691132);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.85173123584451"
                atv                     =   "50.550617152815015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691133);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.583972444388"
                atv                     =   "55.68085283299633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691134);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69039741721116"
                atv                     =   "59.982068050378146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691135);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.19567043909703"
                atv                     =   "72.65500809202834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691136);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.95552855594428"
                atv                     =   "77.57098427025245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691137);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.32202795001308"
                atv                     =   "36.463134544369204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691138);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.28157618737919"
                atv                     =   "41.157244121654266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691139);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.05644200583686"
                atv                     =   "44.097318834746986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691140);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.32635413820657"
                atv                     =   "54.34896258579576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691141);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.24498196796895"
                atv                     =   "61.470340979112464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691142);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.19014217918843"
                atv                     =   "68.9643132562859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691143);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.77960947619744"
                atv                     =   "72.54644926965383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691144);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.37260740130824"
                atv                     =   "68.57707418094282"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691145);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.90102504122675"
                atv                     =   "34.94308111600181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691146);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.9117042491825"
                atv                     =   "39.144769289667146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691147);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40050599347342"
                atv                     =   "42.442041141825904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691148);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.93466572323385"
                atv                     =   "51.05987796409808"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691149);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.44736058993686"
                atv                     =   "56.48266659888572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691150);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.00351873973437"
                atv                     =   "61.46528553243542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691151);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.93192229137307"
                atv                     =   "62.32127921899317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691152);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.43826226650816"
                atv                     =   "60.307889870555464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691153);"
                    
                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.78);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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77446525116477"
                atv                     =   "63.447356199794875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691154);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51724771311268"
                atv                     =   "24.457311686931774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691155);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.82328015652581"
                atv                     =   "49.82409117542176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691156);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16498448288752"
                atv                     =   "46.16643247357574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691157);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26315900760432"
                atv                     =   "42.28597241914411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691158);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.56026340103926"
                atv                     =   "38.546354714653674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691159);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.85450297851423"
                atv                     =   "36.21312898282281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691160);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.720215486360985"
                atv                     =   "56.23310832487648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691161);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18178164525699003"
                atv                     =   "57.75443633104623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691162);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.32329499003754"
                atv                     =   "58.877147419312045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691163);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.932412827632106"
                atv                     =   "57.78831237262265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691164);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.591667694099215"
                atv                     =   "55.4161401045978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691165);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94446998331591"
                atv                     =   "48.161146877039386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691166);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.99292228240563"
                atv                     =   "44.24052808969794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691167);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25469538836302"
                atv                     =   "40.47390809942831"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691168);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11317318786234"
                atv                     =   "36.14525347346437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691169);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.47446557208718"
                atv                     =   "34.80876694840439"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691170);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.9099088695504065"
                atv                     =   "51.71653901517692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691171);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6877151402864"
                atv                     =   "52.74007797074833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691172);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.43641625631261"
                atv                     =   "53.6354837887084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691173);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.114613939260096"
                atv                     =   "53.01200648605542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691174);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01339529908171"
                atv                     =   "49.88265793509365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691175);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26366363205807"
                atv                     =   "44.13207215359589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691176);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.4650999376035"
                atv                     =   "42.32024176166422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691177);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98485745109207"
                atv                     =   "38.8578570216948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691178);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81341938325755"
                atv                     =   "35.00002870072719"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691179);"
                    
                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: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.28302887613933"
                atv                     =   "33.63216565425634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691180);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.751911315632583"
                atv                     =   "47.328817683129394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691181);"
                    
                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: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.476656456484079"
                atv                     =   "48.0397999923548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691182);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.5048663849783"
                atv                     =   "48.51966486127273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691183);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.17780267732212"
                atv                     =   "47.940058790226544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691184);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01206296211507"
                atv                     =   "45.62947010549365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691185);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.5487762672185"
                atv                     =   "41.53172166784043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691186);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.03842981001014"
                atv                     =   "39.611829904837656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691187);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.83630001242005"
                atv                     =   "36.76344225696818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691188);"
                    
                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: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26356859614896"
                atv                     =   "27.526125932970658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691189);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.92618059275969"
                atv                     =   "32.34814742174355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691190);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.1020591003463096"
                atv                     =   "43.88373662458022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691191);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.2795843486214835"
                atv                     =   "44.41373877487419"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691192);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.105654872786204"
                atv                     =   "44.81663478753266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691193);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66988596249945"
                atv                     =   "44.20689964172553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691194);"
                    
                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: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44594090182517"
                atv                     =   "38.04154933104929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691195);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79781998508582"
                atv                     =   "35.35638147522544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691196);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.01769584973266"
                atv                     =   "32.631342429245336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691197);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.7177673571765126"
                atv                     =   "38.218211631278535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691198);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.537023304318609"
                atv                     =   "38.46568614117306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691199);"
                    
                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: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.524534383497723"
                atv                     =   "38.730463711797434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691200);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90754293233232"
                atv                     =   "38.58182859627474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691201);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14682806404181"
                atv                     =   "39.24565038152394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691202);"
                    
                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: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42662778338399"
                atv                     =   "36.50763906914769"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691203);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03525011274576"
                atv                     =   "33.6969393636775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691204);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.57913887684049"
                atv                     =   "31.999704544102304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691205);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.335902678614275"
                atv                     =   "30.071655590150016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691206);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.059082738999564"
                atv                     =   "29.07423048948792"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691207);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.965323540242252"
                atv                     =   "35.107103975189574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691208);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.284271118037566"
                atv                     =   "35.36065111023487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691209);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.611548488447909"
                atv                     =   "35.60661647046914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691210);"
                    
                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: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.867963709814205"
                atv                     =   "35.107306414388546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691211);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.180742287249927"
                atv                     =   "35.7788481232881"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691212);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.381406813076865"
                atv                     =   "33.806586707556114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691213);"
                    
                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: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30837412273428"
                atv                     =   "31.69375408753901"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691214);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07009058125425"
                atv                     =   "30.106058193726536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691215);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59250092676916"
                atv                     =   "28.438678464280095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691216);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77254128844078"
                atv                     =   "27.571423349005425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691217);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.791205973447518"
                atv                     =   "33.074362966624335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691218);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.08044763878462"
                atv                     =   "33.15289718001229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691219);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60276937698302"
                atv                     =   "33.29707603798832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691220);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.584268175336433"
                atv                     =   "33.30100282898972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691221);"
                    
                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: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.662143357608954"
                atv                     =   "32.93662213291438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691222);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.06059234932263"
                atv                     =   "31.134022375803205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691223);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40154434408083"
                atv                     =   "30.017427378307534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691224);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.16664897902683"
                atv                     =   "28.326571781265365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691225);"
                    
                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: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.610090545379876"
                atv                     =   "27.131479994516102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691226);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54975401099432"
                atv                     =   "26.34292551226759"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691227);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.943319213558084"
                atv                     =   "30.723665077488164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691228);"
                    
                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: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.446265997981527"
                atv                     =   "30.907914871865604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691229);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.115556906095264"
                atv                     =   "31.02558800190154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691230);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.588011598148398"
                atv                     =   "30.71665896598564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691231);"
                    
                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: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31371484685491"
                atv                     =   "29.017068819475924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691232);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42693332669717"
                atv                     =   "33.41083970735753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691233);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.88989625692517"
                atv                     =   "25.976607716067345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691234);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03137390349167"
                atv                     =   "25.26690613083907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691235);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.156628538531095"
                atv                     =   "28.50956237842265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691236);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.660826615824874"
                atv                     =   "28.817807729297087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691237);"
                    
                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: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.210429410995914"
                atv                     =   "28.67835179782275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691238);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.30515096506167"
                atv                     =   "28.36314523963571"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691239);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.52772400132494"
                atv                     =   "23.864615550071402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691240);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78319355069209"
                atv                     =   "26.77585785520507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691241);"
                    
                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: 14px ;text-align:center;;&apos;]146[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39181151845429"
                atv                     =   "25.695061892995408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691242);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79919671277213"
                atv                     =   "25.077572427879666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691243);"
                    
                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(189, 16, 224, 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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25017828907028"
                atv                     =   "68.91323388482128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691244);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66948468752594"
                atv                     =   "70.55711262460503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691245);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24055744718743"
                atv                     =   "72.35186211527501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691246);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.750451129006137"
                atv                     =   "73.04194577566858"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691247);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.116288058466182"
                atv                     =   "70.54250938284036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691248);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7365439717874"
                atv                     =   "68.1934120868347"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691249);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38106825334688"
                atv                     =   "57.117705173633006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691250);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.36662898549105"
                atv                     =   "53.74873227734367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691251);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21390365523558"
                atv                     =   "51.77426863970655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691252);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.14484582582696"
                atv                     =   "48.13683120244076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691253);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.93694946540637"
                atv                     =   "45.48894914294263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691254);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.77603930547212"
                atv                     =   "42.31204602681058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691255);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68442379032626"
                atv                     =   "38.72855139589637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691256);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.013358924320926"
                atv                     =   "61.883596499104165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691257);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.376460714678615"
                atv                     =   "63.90216146589182"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691258);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.429125776408341"
                atv                     =   "65.2662905400268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691259);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6327394509313"
                atv                     =   "62.55222513652192"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691260);"
                    
                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                    =   "7876"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.33198517450987"
                atv                     =   "44.15190496155817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691261);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.35697858372123"
                atv                     =   "21.212006323083923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691262);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35297618742675"
                atv                     =   "33.04323080880166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691263);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.96491751124688"
                atv                     =   "31.662302584727215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691264);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.66773740679594"
                atv                     =   "30.219026710580952"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691265);"
                    
                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(250, 100, 0, 0.78);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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.06514905870648"
                atv                     =   "46.160853145110906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691266);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.96605954959387"
                atv                     =   "43.756024841301134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691267);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72075024199063"
                atv                     =   "41.47414335937144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691268);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.35792055147525"
                atv                     =   "32.33685700465433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691269);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.48345070494656"
                atv                     =   "30.830639250230806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691270);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39937884130705"
                atv                     =   "29.448345958469677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691271);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.0475961967345"
                atv                     =   "42.32129219153874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691272);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.85742492656172"
                atv                     =   "40.678388847085756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691273);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.02613445125056"
                atv                     =   "38.85211286950742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691274);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96123218256548"
                atv                     =   "34.29355190061637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691275);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37855863712389"
                atv                     =   "32.58932624003194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691276);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.6918014160733"
                atv                     =   "37.900549744306744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691277);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79275179200508"
                atv                     =   "35.869405095416205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691278);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.89033146081093"
                atv                     =   "29.587982070081342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691279);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.97484556132315"
                atv                     =   "28.466377279235694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691280);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93105378945378"
                atv                     =   "29.07690790892954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691281);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.65192274166452"
                atv                     =   "27.451770553287403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691282);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.4527823299716"
                atv                     =   "33.89332132096068"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691283);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.47568436754406"
                atv                     =   "32.39271238149117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691284);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.35211992353595"
                atv                     =   "27.167320460727204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691285);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.05915431148574"
                atv                     =   "24.291774826140863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691286);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11971631293201"
                atv                     =   "25.99428416968607"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691287);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75032863070967"
                atv                     =   "29.067460136037997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691288);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.3228572124878"
                atv                     =   "27.72851689218723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691289);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.51844318883664"
                atv                     =   "23.928269432204715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691290);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.39936534417598"
                atv                     =   "24.592048259243295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691291);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.1502977672339"
                atv                     =   "25.409378332017955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691292);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.95894224551256"
                atv                     =   "29.245772777495787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691293);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.81829841691163"
                atv                     =   "29.984893028395504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691294);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.54664227435597"
                atv                     =   "30.877971233320988"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691295);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.32834838366506"
                atv                     =   "27.63972105284947"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691296);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.7951515577961"
                atv                     =   "27.04957882827058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691297);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.34911310321266"
                atv                     =   "26.547701443432896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691298);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.34743195828756"
                atv                     =   "24.91067593585813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691299);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.17045611302586"
                atv                     =   "24.571292159544345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691300);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.3386018119444"
                atv                     =   "24.321255040413604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691301);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3354199754304"
                atv                     =   "24.686632070270516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691302);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50877533592578"
                atv                     =   "23.977281108596685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691303);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26330054368557"
                atv                     =   "23.60563743932514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691304);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.63371841473057"
                atv                     =   "23.137907567880227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691305);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.10943088631836"
                atv                     =   "22.558270659608898"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691306);"
                    
                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(250, 100, 0, 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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.96032839695465"
                atv                     =   "21.727374299254596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691307);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80874732834968"
                atv                     =   "38.99954378969244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691308);"
                    
                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.78);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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.14097447334467"
                atv                     =   "35.74458987122902"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691309);"
                    
                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.78);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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.74917613131083"
                atv                     =   "22.24598603550275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691310);"
                    
                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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.04544279349471"
                atv                     =   "30.635134103445854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691311);"
                    
                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.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                    =   "7877"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.31105230122603"
                atv                     =   "67.74125291366465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691312);"
                    
                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                    =   "7875"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78043501501895"
                atv                     =   "46.7806826310752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691313);"
                    
                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, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.144382060023986"
                atv                     =   "21.361283257304404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691314);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.605374388593816"
                atv                     =   "21.738342480378982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691315);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65664765724273"
                atv                     =   "22.300039896549027"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691316);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.404888283762602"
                atv                     =   "23.51917399821868"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691317);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.987768056843947"
                atv                     =   "24.243728812927213"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691318);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.527483056116353"
                atv                     =   "24.548713166529954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691319);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.7898933582129075"
                atv                     =   "24.94686737639939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691320);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.8435306229743"
                atv                     =   "27.463503781639496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691321);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.349821672440612"
                atv                     =   "26.86219972513595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691322);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.949916074579107"
                atv                     =   "26.347131520543535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691323);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.493567109736148"
                atv                     =   "26.01714253899274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691324);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.994819749555916"
                atv                     =   "25.2247017928058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691325);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.293676861008294"
                atv                     =   "23.38471792058521"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691326);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79216181347931"
                atv                     =   "22.86466171598618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691327);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.25659836459954"
                atv                     =   "22.289135965177532"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691328);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.78870507502603"
                atv                     =   "24.294275762602933"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691329);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.682117314567677"
                atv                     =   "25.217519249058164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691330);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.736695149458114"
                atv                     =   "27.84087349942786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691331);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81409070649005"
                atv                     =   "28.999037118547992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691332);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.471614400574367"
                atv                     =   "28.84785334467086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691333);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.395722338351447"
                atv                     =   "29.98916485695539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691334);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54759022366295"
                atv                     =   "33.515738473747305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691335);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.488377135161898"
                atv                     =   "32.297561911354876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691336);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.854535870936502"
                atv                     =   "30.991705618956377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691337);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.85533735108868"
                atv                     =   "29.590854202133475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691338);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73491491660138"
                atv                     =   "26.828912442605166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691339);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.6419122619825"
                atv                     =   "25.79273587535544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691340);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69373328741858"
                atv                     =   "27.047683944903394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691341);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.27661707148661"
                atv                     =   "28.15245079040965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691342);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54065915028633"
                atv                     =   "29.42798872422638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691343);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.150421285397954"
                atv                     =   "35.515154146295465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691344);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.164704485462153"
                atv                     =   "37.00512958784866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691345);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.199590893832067"
                atv                     =   "38.31338045540194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691346);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.42769006904672"
                atv                     =   "42.394443740064666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691347);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.082817236932215"
                atv                     =   "40.61910736676154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691348);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.016916180585895"
                atv                     =   "38.413622947675194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691349);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.09083636134011"
                atv                     =   "36.376675612651034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691350);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.126672211187554"
                atv                     =   "34.10279663836823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691351);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12328939967142"
                atv                     =   "30.627571735699846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691352);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.28816522050147"
                atv                     =   "29.38077180409838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691353);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "51.420931671540814"
                atv                     =   "28.30949419742799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691354);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82048987938407"
                atv                     =   "30.792092532976962"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691355);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49830696940228"
                atv                     =   "32.47824389923542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691356);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.369827886111295"
                atv                     =   "42.40798632229799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691357);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.947588562823626"
                atv                     =   "44.82861032574578"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691358);"
                    
                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(208, 2, 27, 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                    =   "7878"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.28773586317288"
                atv                     =   "68.01303939458282"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.92464685072738"
                atv                     =   "19.44447693780176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城6期"
                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;]华侨城6期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22602"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.717285358799586"
                atv                     =   "10.70548822240486"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江桦路200弄"
                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;]江桦路200弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22609"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.8456178250716"
                atv                     =   "2.7517009451489356"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.34269489486206"
                atv                     =   "14.482229123359597"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "江柳路400弄"
                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;]江柳路400弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22611"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.096221789991375"
                atv                     =   "18.934543497300115"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "院邸199弄"
                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;]院邸199弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22614"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-79.66702051860347"
                atv                     =   "20.118006206918615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22603"
                    target_view_hlookat =   "104.39147137107531"
                    target_view_vlookat =   "50.006707546295225"
                    other_args          =   "view.hlookat=104.39147137107531&amp;view.vlookat=50.006707546295225&amp;view.fov=86.86195104839199"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.84237054214225"
                atv                     =   "18.125163650427115"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城3期"
                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;]华侨城3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22605"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.50225804303076"
                atv                     =   "12.66001239947926"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城8期"
                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;]华侨城8期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22608"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.96876333451877"
                atv                     =   "19.65260407587237"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华侨城5期"
                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;]华侨城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22607"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.40981004410821"
                atv                     =   "33.70634991289521"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-35.210064673874065"
                    target_view_vlookat =   "46.119925831332594"
                    other_args          =   "view.hlookat=-35.210064673874065&amp;view.vlookat=46.119925831332594&amp;view.fov=82.53981348654693"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.93949957217225"
                atv                     =   "25.764078061079214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22596"
                    target_view_hlookat =   "-180.23611284707246"
                    target_view_vlookat =   "49.03640374845383"
                    other_args          =   "view.hlookat=-180.23611284707246&amp;view.vlookat=49.03640374845383&amp;view.fov=104.0247098966789"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.962703163952597"
                atv                     =   "-0.3524685491805405"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                        <hotspot name               =   "spot_691372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.8503253530592"
                atv                     =   "6.747398186712292"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7879"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22596">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14681"
                        atv                =    "49.63143886083658"
                        ath                =    "11.7533584660614"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-8.6353600280024" atv="19.486527149214" />
                                        <point ath="153.73944396022" atv="23.896419073519" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14681_text"
                        atv                =    "49.63143886083658"
                        ath                =    "11.7533584660614"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦泉路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14682"
                        atv                =    "66.65206074678987"
                        ath                =    "-78.44504930597606"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="56.332775074991" atv="56.264043265354" />
                                        <point ath="-93.945629666857" atv="48.330605444335" />
                                        <point ath="-103.56314287314" atv="14.989615416144" />
                                        <point ath="-104.2133719173" atv="10.951006944639" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14682_text"
                        atv                =    "66.65206074678987"
                        ath                =    "-78.44504930597606"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "北京桐路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22597"
            title                       =   "红醍半岛"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/thumb.jpg"
            fenzuid                     =   "7842"
            parent_fenzuid              =   "7835"
            lat                         =   "31.100922"
            lng                         =   "121.481657"
            heading                     =   ""
            scene_id                    =   "22597"
            pano_id                     =   "689"
            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                =   "-102.30907012225"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-15.288142448125'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-102.30907012225"
                vlookat                 =   "81.590371670299"
                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/1/pano/f508535f03f531d8/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/f508535f03f531d8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.13712991880448"
                atv                     =   "68.09284873098026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691373);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.2683306167942"
                atv                     =   "65.57362572268785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691374);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.70271655106012"
                atv                     =   "28.976077785249768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "194"
                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;]194[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.28260063852184"
                atv                     =   "29.332582419491985"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691376);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.02608422916862"
                atv                     =   "29.459429759114695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691377);"
                    
                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.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]190[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.59229098241843"
                atv                     =   "29.594056397432812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691378);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.97732849832062"
                atv                     =   "26.665817723971223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                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;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.13393400171248"
                atv                     =   "26.461022009196842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691380);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.30392846636735"
                atv                     =   "29.83987834888803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691381);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.86846643726665"
                atv                     =   "29.334630606112096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691382);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.26802759920062"
                atv                     =   "27.716961282785253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691383);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.91438536218516"
                atv                     =   "26.800764285835623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691384);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.92742332756842"
                atv                     =   "27.613294679154176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "169"
                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;]169[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.39577679103988"
                atv                     =   "27.19239801202013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691386);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.16356406264978"
                atv                     =   "31.51603260126827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "188"
                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;]188[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.3708961532181"
                atv                     =   "31.270662581282842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691388);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.64000292960503"
                atv                     =   "31.042824370780526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691389);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.88557114143788"
                atv                     =   "30.58580384807761"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691390);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.24211059676998"
                atv                     =   "34.55231431102835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "188"
                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;]188[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.57705001287258"
                atv                     =   "34.56294498170783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691392);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.11823933873768"
                atv                     =   "33.89465000541088"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691393);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.301925083772"
                atv                     =   "33.51375624385611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "182"
                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;]182[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.71131550961087"
                atv                     =   "29.074258018315444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691395);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.9365598785168"
                atv                     =   "29.915266577139903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691396);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.4323406055902"
                atv                     =   "32.18842758166291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691397);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.1725469030029"
                atv                     =   "32.836436934727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691398);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.40671174735132"
                atv                     =   "33.799031767193476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691399);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.23272760041596"
                atv                     =   "34.3893633689012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691400);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.91656123978998"
                atv                     =   "36.95317579247269"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691401);"
                    
                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(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]184[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.06028290089026"
                atv                     =   "36.76843861778887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691402);"
                    
                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.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.4951004429417"
                atv                     =   "36.27854108479706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "180"
                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;]180[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.90996782762141"
                atv                     =   "35.64736833110946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691404);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.5234670543497"
                atv                     =   "30.91037435492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691405);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.69231973151165"
                atv                     =   "32.077525117199535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691406);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.99472404529507"
                atv                     =   "34.787320730656894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691407);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.64391312561338"
                atv                     =   "35.461826122043014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691408);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.84554949852804"
                atv                     =   "36.758967942850674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691409);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.9492040413009"
                atv                     =   "37.367666740956004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691410);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.8709477316449"
                atv                     =   "40.19353976826752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691411);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.42947347151875"
                atv                     =   "40.01784326718322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691412);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.80547305098455"
                atv                     =   "39.07205894052535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691413);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.86003919676563"
                atv                     =   "38.55831960960884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "178"
                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;]178[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.42047156071908"
                atv                     =   "33.32534544529527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691415);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.0085844740721"
                atv                     =   "34.647722714380315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691416);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.01909175709142"
                atv                     =   "37.66138391188876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691417);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.97354729708155"
                atv                     =   "38.414553119259764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691418);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.32930540022892"
                atv                     =   "40.55530288432232"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691419);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.13589216722877"
                atv                     =   "41.30051531561102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691420);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.44104043419702"
                atv                     =   "43.15354831271266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691421);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.42708583990208"
                atv                     =   "43.05689882879229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691422);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.05547455042904"
                atv                     =   "42.3056466164323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691423);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.20666262379808"
                atv                     =   "41.52448393355078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691424);"
                    
                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.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]177[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.58714901334727"
                atv                     =   "36.964823903488515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691425);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.6524638181803"
                atv                     =   "38.10491320429909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691426);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.78509486895786"
                atv                     =   "43.03486652291438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691427);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.6983439454582"
                atv                     =   "44.78430695820574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691428);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.88191179970698"
                atv                     =   "47.05054709960669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691429);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.2983530889005"
                atv                     =   "47.848216957460146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691430);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.84244621058147"
                atv                     =   "49.09258074913001"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691431);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "154.54584794765267"
                atv                     =   "48.86291764730215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691432);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.66566961065493"
                atv                     =   "47.52256375744288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691433);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.93743090613518"
                atv                     =   "46.31540115486746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691434);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.11449577431787"
                atv                     =   "39.328656703994824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691435);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52583519088984"
                atv                     =   "41.249536098337984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691436);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.79339093649594"
                atv                     =   "46.812524128853035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691437);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.40486384281337"
                atv                     =   "49.32424419537211"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691438);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.58726129272617"
                atv                     =   "52.75974822709713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691439);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.99814908532716"
                atv                     =   "53.76069765599038"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691440);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.2077074656944"
                atv                     =   "54.824468040154265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691441);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.10002965645702"
                atv                     =   "54.36888254133979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691442);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.3250829666439"
                atv                     =   "52.31606901558985"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691443);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.89859555608564"
                atv                     =   "50.9088610158424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691444);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4446673541372"
                atv                     =   "41.86458440494839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691445);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.998140498661"
                atv                     =   "44.206354810518896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691446);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-147.36562333424257"
                atv                     =   "50.8725062731443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691447);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.69230592584785"
                atv                     =   "53.37987165963155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691448);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.00160681378648"
                atv                     =   "58.59972609588602"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691449);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.74423667028228"
                atv                     =   "60.11713477127751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691450);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.685425200947"
                atv                     =   "61.273496991413765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691451);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.40555648378583"
                atv                     =   "60.90827912486278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691452);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.1305718950251"
                atv                     =   "57.65504428046869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691453);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.91142110922078"
                atv                     =   "55.65986101434477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691454);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00349432707517"
                atv                     =   "44.5267072460206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691455);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.15782989006527"
                atv                     =   "46.932475166036916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691456);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.76026602313502"
                atv                     =   "54.06721505693132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691457);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.03840192855654"
                atv                     =   "56.3073808483853"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691458);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.2889365455833"
                atv                     =   "71.10082601012678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691459);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41890763615697"
                atv                     =   "69.61183086777433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691460);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.05384948578228"
                atv                     =   "64.97627861785857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691461);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.97538894339243"
                atv                     =   "62.31905254966207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691462);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.24765226120621"
                atv                     =   "46.82684781843242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691463);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58993892809914"
                atv                     =   "49.448011273762894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691464);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.13601564127225"
                atv                     =   "65.71999528706839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691465);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.7376569522782"
                atv                     =   "71.30999942835228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691466);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62620971868841"
                atv                     =   "79.44289517270148"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691467);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.86142538945873"
                atv                     =   "76.3402230030356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691468);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.90035401178207"
                atv                     =   "69.50829301189722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691469);"
                    
                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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.0217199989857"
                atv                     =   "25.25081413871508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691470);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.53388312099057"
                atv                     =   "26.049630809027658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691471);"
                    
                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.78);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                    =   "7880"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.776425757791515"
                atv                     =   "72.53519760494758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691472);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52095158206987"
                atv                     =   "67.20501085543185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691473);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.350061947755648"
                atv                     =   "31.9308837271482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691474);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.437939346969529"
                atv                     =   "32.01031576601295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691475);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.756520083095097"
                atv                     =   "31.6276936001788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691476);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.1916675471400708"
                atv                     =   "31.185691073952288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691477);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.412992360309033"
                atv                     =   "34.24975255077578"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691478);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.0321214375316"
                atv                     =   "33.99357366303353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691479);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.5234444862802548"
                atv                     =   "33.75898925330591"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691480);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10229583346949767"
                atv                     =   "33.3038550326328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691481);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39658823198687"
                atv                     =   "30.368593889279346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691482);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.167170937608205"
                atv                     =   "30.729424885337334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691483);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30885908815253"
                atv                     =   "29.643878500480678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691484);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.847329628768478"
                atv                     =   "29.999318857601587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691485);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23483320529516"
                atv                     =   "32.773741713910745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691486);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.612466622904094"
                atv                     =   "33.19091633049427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691487);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.116876217914637"
                atv                     =   "37.02963963952381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691488);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.954625438569337"
                atv                     =   "36.85268062491844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691489);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3718939797666962"
                atv                     =   "36.49015045922342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691490);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1194885315251213"
                atv                     =   "36.03610727463813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691491);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.374078314389635"
                atv                     =   "36.672152746406375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691492);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.042169016295986"
                atv                     =   "37.550033890711894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691493);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4776706222529"
                atv                     =   "35.45898660192725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691494);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92946534924579"
                atv                     =   "35.8912404275168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691495);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.788528776861199"
                atv                     =   "39.962451251104476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691496);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.437822822810176"
                atv                     =   "39.61870825009435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691497);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7771731511686539"
                atv                     =   "38.80724449391096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691498);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.8116740300870333"
                atv                     =   "38.59812430815445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691499);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48432782536793"
                atv                     =   "37.94639628551558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691500);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.950511755007085"
                atv                     =   "39.39444083440738"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691501);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.486150032816795"
                atv                     =   "40.41646535971111"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691502);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.281001823333042"
                atv                     =   "41.198376672102704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691503);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.141134018667572"
                atv                     =   "43.48207133637448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691504);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.479280909863462"
                atv                     =   "43.23647189463025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691505);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7080019272580671"
                atv                     =   "42.404442985978434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691506);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.824862549676084"
                atv                     =   "41.466974450054295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691507);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74622012956428"
                atv                     =   "44.39139197991133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691508);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97828108225474"
                atv                     =   "45.5620833297053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691509);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.666502622460484"
                atv                     =   "46.76413772966472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691510);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.761185064196354"
                atv                     =   "46.669695293196305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691511);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.2815866441554817"
                atv                     =   "45.58858536304876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691512);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.744561398976316"
                atv                     =   "44.395566530315534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691513);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.08727404135175"
                atv                     =   "43.83985431124735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691514);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81689242569206"
                atv                     =   "45.99964059431962"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691515);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66744521151571"
                atv                     =   "50.75054020643742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691516);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.835370765647895"
                atv                     =   "52.28275885048461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691517);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.535748398398653"
                atv                     =   "52.72650530302512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691518);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.471588311475557"
                atv                     =   "52.27851255848677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691519);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.49411446915218"
                atv                     =   "50.37620769947151"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691520);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.413332881439771"
                atv                     =   "49.252696752977435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691521);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.8089572636087"
                atv                     =   "45.7941437224062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691522);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.858970632870694"
                atv                     =   "48.82488355556076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691523);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.393961630772594"
                atv                     =   "55.412357259161986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691524);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.156047367926135"
                atv                     =   "57.64392154739944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691525);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.177778568873919"
                atv                     =   "58.92831682917327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691526);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.3693161157218015"
                atv                     =   "58.34291103426428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691527);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.625573981228285"
                atv                     =   "55.69663604548989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691528);"
                    
                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(189, 16, 224, 0.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01761679738422"
                atv                     =   "53.97480631878412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691529);"
                    
                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.78);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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.07131080665835"
                atv                     =   "48.506629326435885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691530);"
                    
                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(189, 16, 224, 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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.52905232721758"
                atv                     =   "51.820145728975334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691531);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04143433884093"
                atv                     =   "60.51754879846791"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691532);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.04252413635953"
                atv                     =   "63.79558713957064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691533);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.876747353383962"
                atv                     =   "66.00071511247947"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691534);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.930454860514658"
                atv                     =   "65.09592388973934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691535);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.341428036102513"
                atv                     =   "61.33387141530785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691536);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.21813006587405"
                atv                     =   "59.12312691834479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691537);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10464304182273"
                atv                     =   "50.8371106874062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691538);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.05547143682941"
                atv                     =   "54.93564265092931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691539);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.665451374680174"
                atv                     =   "75.98096453921958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691540);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.748123826276412"
                atv                     =   "73.00917404712362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691541);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26677436715522"
                atv                     =   "67.51836373589867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691542);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.505043544852754"
                atv                     =   "63.974089250322706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691543);"
                    
                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.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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.34340052782596"
                atv                     =   "51.79196395969426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691544);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.14963483708368"
                atv                     =   "56.67526157111657"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691545);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.66126172924271"
                atv                     =   "67.09312648830566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691546);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99691498446595"
                atv                     =   "72.26094310233812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691547);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.12807764288118"
                atv                     =   "82.78234137956096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691548);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.24411900912963"
                atv                     =   "80.22304785950145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691549);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.077178433209895"
                atv                     =   "71.35540055829797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691550);"
                    
                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                    =   "7881"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.868495268466859"
                atv                     =   "17.81889481239584"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691551);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "50.985363814172274"
                atv                     =   "32.416511050998736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691552);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.5397355452658985"
                atv                     =   "9.381407031606207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691553);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "29.32212675893487"
                atv                     =   "9.054162092951199"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691554);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "103.1913522620518"
                atv                     =   "25.60597185693348"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691555);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆3期"
                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;]茉莉公馆3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22585"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.44186137869676"
                atv                     =   "14.445460588844266"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691556);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆1期"
                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;]茉莉公馆1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22586"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.78652147471868"
                atv                     =   "40.19664901952683"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691557);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7882"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.58061317539568"
                atv                     =   "14.28047193457627"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691558);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "茉莉公馆2期"
                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;]茉莉公馆2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22587"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.740443152296393"
                atv                     =   "4.304345923511555"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691559);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7882"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.6795064863808307"
                atv                     =   "-0.052032556940322015"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691560);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7882"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                        <hotspot name               =   "spot_691561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.09611403906123"
                atv                     =   "2.1780061713676804"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7882"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22597">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14683"
                        atv                =    "85.70641925571768"
                        ath                =    "-129.16613142443657"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-107.44120750107" atv="44.700902653481" />
                                        <point ath="75.368994955716" atv="37.754125844803" />
                                        <point ath="73.988913645502" atv="9.1660318773073" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14683_text"
                        atv                =    "85.70641925571768"
                        ath                =    "-129.16613142443657"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江柳路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14684"
                        atv                =    "45.23289184951854"
                        ath                =    "25.568142892810556"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-3.0639635418438" atv="19.259915401836" />
                                        <point ath="67.765598088756" atv="57.060734453294" />
                                        <point ath="144.12889851089" atv="27.302364331558" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14684_text"
                        atv                =    "45.23289184951854"
                        ath                =    "25.568142892810556"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22598"
            title                       =   "翡翠别墅高空"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/thumb.jpg"
            fenzuid                     =   "7843"
            parent_fenzuid              =   "7835"
            lat                         =   "31.108850"
            lng                         =   "121.480940"
            heading                     =   ""
            scene_id                    =   "22598"
            pano_id                     =   "689"
            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                =   "-143.77244193584"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-16.609723776989'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-143.77244193584"
                vlookat                 =   "77.917957183035"
                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/1/pano/b091f130bf906498/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/b091f130bf906498/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99646589676081"
                atv                     =   "55.254647783680085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691562);"
                    
                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:linear-gradient(0deg,rgba(40, 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;]翡翠别墅4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7883"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.00825394351443"
                atv                     =   "60.07796540789297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691563);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41575279907789"
                atv                     =   "47.61665757668596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691564);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.32661738521807"
                atv                     =   "44.2098777232348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691565);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45430685736096"
                atv                     =   "40.73233348609223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691566);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.73498779755005"
                atv                     =   "36.406158372694215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691567);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.89889922923993"
                atv                     =   "34.983173013232076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691568);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00255962134861"
                atv                     =   "40.97556955718552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691569);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.79771757930092"
                atv                     =   "43.853343889411306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691570);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.694820474273286"
                atv                     =   "36.509467403339485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691571);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9875467085497"
                atv                     =   "38.25045032552251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691572);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.79845760514866"
                atv                     =   "39.71987187825122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691573);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.36155264271349"
                atv                     =   "41.11213473003829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691574);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.75757735205372"
                atv                     =   "41.68726891802627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691575);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.06479789876511"
                atv                     =   "42.32171868402592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691576);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51163686188772"
                atv                     =   "42.28467531115288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691577);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.04435949816309"
                atv                     =   "41.969566558981576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691578);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.61187019711306"
                atv                     =   "40.82572879993135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691579);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.10140308523216"
                atv                     =   "47.02939466856086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691580);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73237890931279"
                atv                     =   "46.12064413035135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691581);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.50304875887483"
                atv                     =   "53.13504428154864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691582);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.97997986937179"
                atv                     =   "53.08283205469378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691583);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.6511421150534"
                atv                     =   "51.463633680274505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691584);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.65534570303362"
                atv                     =   "48.4344786467988"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691585);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.97343870491977"
                atv                     =   "54.12068221661407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691586);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.22125049460021"
                atv                     =   "57.89146409829405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691587);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87232775705462"
                atv                     =   "59.677378584032475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691588);"
                    
                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                    =   "7883"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.9000444388882"
                atv                     =   "50.05412376976747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691589);"
                    
                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: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;]翡翠别墅5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7884"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.66470805552322"
                atv                     =   "38.16066607975428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691590);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.94767331409443"
                atv                     =   "28.813962923503663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691591);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.15517475379502"
                atv                     =   "30.285522011830622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691592);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.94741168634215"
                atv                     =   "54.87207783582172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691593);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9237089906686"
                atv                     =   "48.60226980837451"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691594);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38769661952114"
                atv                     =   "43.887770829165135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691595);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.49200049217029"
                atv                     =   "39.280579014104106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691596);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.0878951630606"
                atv                     =   "35.819168119951264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691597);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.12646419718214"
                atv                     =   "38.41884767720565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691598);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.90154603096036"
                atv                     =   "42.46501844211196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691599);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.42222193188866"
                atv                     =   "46.69159693294188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691600);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.41592983595802"
                atv                     =   "51.84009025210527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691601);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.2639787284614"
                atv                     =   "48.86073742575364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691602);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90157837572968"
                atv                     =   "44.28588229594562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691603);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.89360572542745"
                atv                     =   "40.663218076758206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691604);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13329426109917"
                atv                     =   "37.15396033339137"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691605);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.38937678113336"
                atv                     =   "34.509074973841216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691606);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.10006405522086"
                atv                     =   "33.42746335320577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691607);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.04074511867233"
                atv                     =   "35.47355611913865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691608);"
                    
                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.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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.06258935839855"
                atv                     =   "37.638522212565455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691609);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.73320999069344"
                atv                     =   "40.3920876944055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691610);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.11356342834006"
                atv                     =   "43.68601193671217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691611);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.80961305010598"
                atv                     =   "40.46709956379395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691612);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.9128450132455"
                atv                     =   "37.93295149240813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691613);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.03215350127599"
                atv                     =   "35.370854567802255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691614);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.37049039773444"
                atv                     =   "33.56071699766803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691615);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.00132621546373"
                atv                     =   "31.934275788034277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691616);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.9101002824069"
                atv                     =   "30.512024475381455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691617);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.3006297860934"
                atv                     =   "32.11759985661776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691618);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.92800335056324"
                atv                     =   "33.70647005604419"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691619);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.36780368804796"
                atv                     =   "35.83523311881162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691620);"
                    
                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                    =   "7884"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97584786360551"
                atv                     =   "68.98360789268226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "翡翠别墅2.3期"
                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;]翡翠别墅2.3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7885"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74859682073657"
                atv                     =   "45.02425692910921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691622);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.257386253557513"
                atv                     =   "36.88414484018879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691623);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.480890443893145"
                atv                     =   "35.55148138435082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691624);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.939872895955375"
                atv                     =   "34.0245106254638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691625);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.861324684014278"
                atv                     =   "32.01040572188907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691626);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.8380581396135085"
                atv                     =   "40.4992609308653"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691627);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.37177261658951"
                atv                     =   "38.216768288287035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691628);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.051078730699487"
                atv                     =   "36.457741991935755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691629);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.65608667277405"
                atv                     =   "34.035903453334356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691630);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.857266099187484"
                atv                     =   "48.861145703730415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691631);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.053834368586195"
                atv                     =   "50.31768386711662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691632);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.653275002970759"
                atv                     =   "50.94700195337667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691633);"
                    
                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.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.000026309308111649443"
                atv                     =   "49.46053838581949"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691634);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.273314301908783"
                atv                     =   "46.50266156822518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691635);"
                    
                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.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.979336611945598"
                atv                     =   "43.31596116554413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691636);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.82075255146532"
                atv                     =   "40.10234425145467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691637);"
                    
                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(250, 100, 0, 0.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52438263490541"
                atv                     =   "37.19003351664068"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691638);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.15177365971965"
                atv                     =   "54.51885836049029"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691639);"
                    
                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.78);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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06507219791081"
                atv                     =   "56.3629011170646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691640);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.651981796292603"
                atv                     =   "56.73785181267731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691641);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.2620400817782524"
                atv                     =   "55.090521813325196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691642);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.984268398668632"
                atv                     =   "50.374661412462885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691643);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.49220889448145"
                atv                     =   "46.83741359324801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691644);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32898535798802"
                atv                     =   "42.98475814676311"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691645);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09968544710091"
                atv                     =   "39.44442032278332"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691646);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.915553855691655"
                atv                     =   "64.28302398484445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691647);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.693172525715795"
                atv                     =   "67.47656965317637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691648);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.428328562062518"
                atv                     =   "67.39047645810003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691649);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.112154016068814"
                atv                     =   "64.92438927784276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691650);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.782237430445548"
                atv                     =   "57.437788941136965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691651);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94452525997281"
                atv                     =   "52.039379501994155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691652);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11257249506764"
                atv                     =   "47.05885866266052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691653);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45605163037055"
                atv                     =   "42.69259999886618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691654);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00746747744421"
                atv                     =   "69.15846639269401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691655);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.59455499039973"
                atv                     =   "74.58011714557126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691656);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.704217819671385"
                atv                     =   "75.38500681572229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691657);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.28766500606821"
                atv                     =   "70.23212571974898"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691658);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.61772118850706"
                atv                     =   "61.39878302975159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691659);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.399753191594414"
                atv                     =   "54.13754391646592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691660);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05886761873501"
                atv                     =   "48.96882642347415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691661);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50757714592379"
                atv                     =   "43.47378734240167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691662);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87953531378173"
                atv                     =   "44.86943026455041"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691663);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51094637330834"
                atv                     =   "50.736147502980906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691664);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03292375179768"
                atv                     =   "56.416288079030465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691665);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8194501096848"
                atv                     =   "64.49473385226705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691666);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38749970105505"
                atv                     =   "77.15540512830236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691667);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27528638781439"
                atv                     =   "86.4957421080473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691668);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.35200141978584"
                atv                     =   "82.99945836216729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691669);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.10862994013542"
                atv                     =   "73.3920774463812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691670);"
                    
                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(250, 100, 0, 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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74756386591258"
                atv                     =   "73.161312305236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691671);"
                    
                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.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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.23672361490776"
                atv                     =   "81.3921814599764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691672);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.60465871479218"
                atv                     =   "83.59160199795235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691673);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.81951887936953"
                atv                     =   "76.04264242210657"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691674);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28780997576098"
                atv                     =   "63.72051338586754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691675);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.41895753847172"
                atv                     =   "56.537430438199706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691676);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48944734704173"
                atv                     =   "50.63329125672289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691677);"
                    
                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                    =   "7885"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.58171198533603"
                atv                     =   "69.44544148466136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691678);"
                    
                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                    =   "7886"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.57420845484043"
                atv                     =   "55.66787377705027"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691679);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89216410689048"
                atv                     =   "34.606302265793836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691680);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.16137008305981"
                atv                     =   "36.38750514704551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691681);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.70517432560547"
                atv                     =   "38.11521507368264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691682);"
                    
                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(208, 2, 27, 0.78);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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.97235825424804"
                atv                     =   "39.80132695052446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691683);"
                    
                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(208, 2, 27, 0.78);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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.97009738880152"
                atv                     =   "41.377874584048286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691684);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.21375160031084"
                atv                     =   "41.78113791781554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691685);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.55173482825998"
                atv                     =   "41.55912338657125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691686);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.50872558461722"
                atv                     =   "40.76279297908551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691687);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-179.7767727452765"
                atv                     =   "44.165015263562005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691688);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.3796779212127"
                atv                     =   "45.237991030767695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691689);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.2330426825059"
                atv                     =   "45.675215874291254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691690);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.41220182248634"
                atv                     =   "45.17593245735112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691691);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.27676039929852"
                atv                     =   "43.26792063384058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691692);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9559707195898"
                atv                     =   "41.16236069332796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691693);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.98042311101938"
                atv                     =   "39.180651205467484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691694);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.01529633559636"
                atv                     =   "36.59568403701678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691695);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.79311923133298"
                atv                     =   "38.49358655388371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691696);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.09059099295308"
                atv                     =   "41.537352773787774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691697);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.85902333858982"
                atv                     =   "43.9576719564941"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691698);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.0999755149624"
                atv                     =   "46.951870256197125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691699);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.78720915395985"
                atv                     =   "49.37864121227253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691700);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "161.53233234852692"
                atv                     =   "49.58371927966566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691701);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.07871420184227"
                atv                     =   "49.39366030551041"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691702);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.86678378991166"
                atv                     =   "48.04871373282022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691703);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.90755485653023"
                atv                     =   "55.94043728961426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691704);"
                    
                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(208, 2, 27, 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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.2604583503358"
                atv                     =   "58.37451107846531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691705);"
                    
                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.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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.39721352391018"
                atv                     =   "58.87216512132049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691706);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.75619873127056"
                atv                     =   "57.8803899102178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691707);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.45611529492763"
                atv                     =   "53.83222040281196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691708);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.40704641640741"
                atv                     =   "49.47936708362763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691709);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83708053273918"
                atv                     =   "45.570372149362946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691710);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31861719260124"
                atv                     =   "41.669340316956784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691711);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.0813993864609"
                atv                     =   "43.141880103928536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691712);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.60626754564595"
                atv                     =   "47.36081709531697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691713);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94966758291594"
                atv                     =   "52.81230773006856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691714);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08461809686162"
                atv                     =   "58.15532630095935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691715);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87127502819789"
                atv                     =   "63.47769961017956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691716);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.73175554083264"
                atv                     =   "65.50306323287468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691717);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.79877135323403"
                atv                     =   "64.69132983093738"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691718);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.91204334682504"
                atv                     =   "61.10825829583032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691719);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.79117413880857"
                atv                     =   "65.62079593381105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691720);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.21815380190472"
                atv                     =   "70.317883397171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691721);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.34752281818407"
                atv                     =   "72.08533013020224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691722);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.9694715247356"
                atv                     =   "69.21638731351317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691723);"
                    
                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                    =   "7886"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.1646622738878"
                atv                     =   "19.539175430000157"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691724);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "124.96130733303889"
                atv                     =   "16.30095191674214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691725);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.8735677515597"
                atv                     =   "11.375136926396625"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691726);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.40471340832224"
                atv                     =   "20.135135882118824"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691727);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "152.90420180942147"
                atv                     =   "11.644021771122084"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691728);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.62103192917925"
                atv                     =   "15.371016904896598"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691729);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.6632635082384"
                atv                     =   "9.024177656014526"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691730);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.50320608206843"
                atv                     =   "22.008295340389687"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691731);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.06025012113048"
                atv                     =   "9.538055853650885"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691732);"
                    
                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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.419849772356201"
                atv                     =   "-0.5518705517752066"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691733);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "159.48123393196457"
                atv                     =   "1.9597933710823483"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.49076844388594"
                atv                     =   "61.60037000615016"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691735);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "翡翠别墅234期"
                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;]翡翠别墅234期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22600"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.21482305561864"
                atv                     =   "46.00683860471963"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691736);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "翡翠别墅15期"
                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;]翡翠别墅15期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22599"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.77575484416062"
                atv                     =   "3.890934433870914"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691737);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                        <hotspot name               =   "spot_691738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "20.362008697673446"
                atv                     =   "12.631092008259582"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691738);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7887"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22598">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14685"
                        atv                =    "51.1417163235593"
                        ath                =    "-165.55649303081893"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="178.50577673393" atv="31.051023143081" />
                                        <point ath="-140.10392970497" atv="63.981223346902" />
                                        <point ath="-49.796212441899" atv="51.859901108764" />
                                        <point ath="-34.402604369165" atv="36.420031681508" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14685_text"
                        atv                =    "51.1417163235593"
                        ath                =    "-165.55649303081893"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦秀北路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14686"
                        atv                =    "74.41327860028663"
                        ath                =    "119.62831806495402"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="81.783014791698" atv="38.688732661741" />
                                        <point ath="-117.64441930302" atv="37.090967006504" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14686_text"
                        atv                =    "74.41327860028663"
                        ath                =    "119.62831806495402"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江桃路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22599"
            title                       =   "翡翠别墅15期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/thumb.jpg"
            fenzuid                     =   "7843"
            parent_fenzuid              =   "7835"
            lat                         =   "31.107323"
            lng                         =   "121.480660"
            heading                     =   ""
            scene_id                    =   "22599"
            pano_id                     =   "689"
            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                =   "163.36171263389"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "163.36171263389"
                vlookat                 =   "90"
                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/1/pano/c222a517834eaa83/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c222a517834eaa83/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.948647511251465"
                atv                     =   "6.21111553002862"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691739);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.3203770945469"
                atv                     =   "3.1903626074090634"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691740);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "29.66748029759566"
                atv                     =   "39.1007607589219"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691741);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.8735677515597"
                atv                     =   "11.375136926396625"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691742);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "138.51229308397063"
                atv                     =   "19.79631671485481"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691743);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "151.2121740817733"
                atv                     =   "9.779771436061544"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691744);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.51445217635285"
                atv                     =   "8.743264122481996"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691745);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.63819151849111"
                atv                     =   "4.197798160499207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691746);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.19404802194947"
                atv                     =   "15.259454562475652"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691747);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.14486406956394"
                atv                     =   "5.189734982349388"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691748);"
                    
                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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-18.93174760011385"
                atv                     =   "0.854107531838699"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "158.82109962514434"
                atv                     =   "-0.2635212623748425"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.91583987095271"
                atv                     =   "27.340823476359493"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "翡翠别墅234期"
                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;]翡翠别墅234期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7888"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22600"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.11822572970732"
                atv                     =   "74.75382804751744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691752);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.307468849679594"
                atv                     =   "33.657561842271036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691753);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27268473503181667"
                atv                     =   "55.97158381176304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691754);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.850777454863191"
                atv                     =   "52.716687490111376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691755);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.43502377072872"
                atv                     =   "47.46986038788408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691756);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.3453184744825"
                atv                     =   "43.04450126524523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691757);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.256912890280546"
                atv                     =   "63.36000969885637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691758);"
                    
                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(255, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.308359024031972"
                atv                     =   "57.639943786361655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691759);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10353953519365"
                atv                     =   "51.399278564582104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691760);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.410677456460235"
                atv                     =   "45.656085362329165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691761);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.304788613054825"
                atv                     =   "71.77809156287648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691762);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56262436863301"
                atv                     =   "63.22672924475071"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691763);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48867638055242"
                atv                     =   "55.3816317173373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691764);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89447588647113"
                atv                     =   "47.366563355225765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691765);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.57447663181048"
                atv                     =   "81.07182157572322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691766);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.51645516590514"
                atv                     =   "67.91492663678508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691767);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21933230427351"
                atv                     =   "57.9994817974253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691768);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.29749222253514"
                atv                     =   "73.71757040655464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691769);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.07924423403097"
                atv                     =   "48.817368468347325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691770);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.07664798357791"
                atv                     =   "65.0067131141777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691771);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.08794959670769"
                atv                     =   "55.809863542324976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691772);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.55502765937604"
                atv                     =   "48.553043264288036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691773);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.32177812675548"
                atv                     =   "65.78702626176946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691774);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.3256270609375"
                atv                     =   "59.16752680825772"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691775);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9349389132164"
                atv                     =   "52.47250726492641"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691776);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.47383682178878"
                atv                     =   "47.02623755586824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691777);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08665754986214"
                atv                     =   "37.6374696087393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691778);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6001589267122"
                atv                     =   "33.54428060295688"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691779);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89768632674611"
                atv                     =   "30.223033125553627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691780);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.501022691439175"
                atv                     =   "27.245860231094532"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691781);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08855245177733"
                atv                     =   "39.47817308078464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691782);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.559642163719786"
                atv                     =   "34.15436388960826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691783);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45933563683269"
                atv                     =   "30.88173335945159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691784);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.73878436429459"
                atv                     =   "27.531821618144267"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691785);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86149139311749"
                atv                     =   "40.44354480571813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691786);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95826371939711"
                atv                     =   "34.73754685927807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691787);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49012486917553"
                atv                     =   "31.532891241753845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691788);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08051374724266"
                atv                     =   "27.694011084387"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691789);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.4553307134916"
                atv                     =   "39.462608820774015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691790);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "82.26752374685657"
                atv                     =   "34.286907568234604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691791);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.65324775117858"
                atv                     =   "31.076211706922784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691792);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77481648685944"
                atv                     =   "27.53936848775034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691793);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.27703783927797"
                atv                     =   "38.534683199174346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691794);"
                    
                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(255, 0, 0, 0.78);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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.05738224822187"
                atv                     =   "34.01655620471066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691795);"
                    
                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(255, 0, 0, 0.78);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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.78923000561275"
                atv                     =   "30.554959056194154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691796);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.85975279709851"
                atv                     =   "27.59685022870011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691797);"
                    
                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(255, 0, 0, 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                    =   "7889"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.68688780210204"
                atv                     =   "71.81826234642817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691798);"
                    
                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:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.33996975015344"
                atv                     =   "64.6227867858661"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691799);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.0046819642248"
                atv                     =   "40.56366915707874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691800);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.51948152452275"
                atv                     =   "45.85078266357508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691801);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.211725421341896"
                atv                     =   "50.7953118056605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691802);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.434924670239866"
                atv                     =   "54.97881182188525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691803);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.18003183832371"
                atv                     =   "39.30486966880456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691804);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.39472296164371"
                atv                     =   "43.29490773426777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691805);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88104758880678"
                atv                     =   "49.27876189182416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691806);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18643501162228"
                atv                     =   "55.731449327580336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691807);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.95676174486272"
                atv                     =   "62.41335950211123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691808);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.06827988077117"
                atv                     =   "40.031926782553356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691809);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09374159245891"
                atv                     =   "44.61137852742826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691810);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.13935002664198"
                atv                     =   "52.35919961808326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691811);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4601489868183"
                atv                     =   "60.61893728727723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691812);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.417220032825355"
                atv                     =   "70.28527852403442"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691813);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.6072535170052"
                atv                     =   "42.749774086462466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691814);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.99775222619587"
                atv                     =   "47.48863612720565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691815);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.79392279643841"
                atv                     =   "54.49513061038338"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691816);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02694487419649"
                atv                     =   "63.16624000489362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691817);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.90097885375678"
                atv                     =   "76.4064408218079"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691818);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.97381463844059"
                atv                     =   "37.6769031261549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691819);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.22591971042806"
                atv                     =   "41.403775689694555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691820);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.2794959154372"
                atv                     =   "46.000414903331496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691821);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.69145985461552"
                atv                     =   "51.945446397127796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691822);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.49270892174547"
                atv                     =   "62.215713960672325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691823);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.58504522428836"
                atv                     =   "72.55797610058089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691824);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10171222814498"
                atv                     =   "36.233728731558855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691825);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09294909139527"
                atv                     =   "40.013639580057244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691826);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.72818911162108"
                atv                     =   "44.31527624142847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691827);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.2144620170488"
                atv                     =   "49.26861890543075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691828);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
                        <hotspot name               =   "spot_691829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.7550779630441"
                atv                     =   "57.343510227289094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691829);"
                    
                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(238, 0, 255, 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                    =   "7890"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22599">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22600"
            title                       =   "翡翠别墅234期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/thumb.jpg"
            fenzuid                     =   "7843"
            parent_fenzuid              =   "7835"
            lat                         =   "31.109657"
            lng                         =   "121.479903"
            heading                     =   ""
            scene_id                    =   "22600"
            pano_id                     =   "689"
            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                =   "162.51579216256"
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "162.51579216256"
                vlookat                 =   "69.671191551649"
                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/1/pano/ef2841faa0284b29/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/ef2841faa0284b29/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "139.0926507326354"
                atv                     =   "4.265868168018723"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691830);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.2675655688912"
                atv                     =   "30.081602249298808"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691831);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.60498074976232"
                atv                     =   "6.81772791304859"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691832);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22597"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.02513062744376"
                atv                     =   "9.868080771734675"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691833);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22594"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.2507208290083"
                atv                     =   "6.246101253762981"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691834);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22595"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.34162384656702"
                atv                     =   "7.706245195188799"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691835);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.25712471656806"
                atv                     =   "5.594793386797228"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691836);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "100.98681006602777"
                atv                     =   "11.768597935760777"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691837);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.51748199682413"
                atv                     =   "5.153283647889491"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691838);"
                    
                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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.15040581575158"
                atv                     =   "7.882718715503576"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691839);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.743640406358054"
                atv                     =   "-0.5054931431198199"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691840);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "160.45504150736278"
                atv                     =   "1.1582888782152463"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691841);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.0987771415251"
                atv                     =   "25.751609699170547"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691842);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "翡翠别墅15期"
                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;]翡翠别墅15期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7891"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22599"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.45218935942708"
                atv                     =   "58.46698987831112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691843);"
                    
                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:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.74831369762566"
                atv                     =   "39.606507453604614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691844);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75163007560349"
                atv                     =   "45.100586738746124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691845);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89942735755454"
                atv                     =   "41.104749903742864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691846);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.962353560767326"
                atv                     =   "55.414899738135524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691847);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41261749867039"
                atv                     =   "43.30538013092308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691848);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02154598700355"
                atv                     =   "64.1029218360305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691849);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.77833536844554"
                atv                     =   "54.16362758924844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691850);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.734704928881"
                atv                     =   "45.330956509162164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691851);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.54595204913579"
                atv                     =   "46.10547799071497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691852);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.29199013004535"
                atv                     =   "45.08993084476207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691853);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83678746545388"
                atv                     =   "56.18028779910948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691854);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97697614555176"
                atv                     =   "70.86215711090685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691855);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.38556320532786"
                atv                     =   "66.54498303345238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691856);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.9682447030679"
                atv                     =   "54.2096993095901"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691857);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82426797038755"
                atv                     =   "42.51276066249887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691858);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.2146528045161"
                atv                     =   "38.56113514887378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691859);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.19726991653005"
                atv                     =   "35.80993492965535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691860);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.28769808778156"
                atv                     =   "48.682382517902234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691861);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.95667462244634"
                atv                     =   "55.669526489517125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691862);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24611424569002"
                atv                     =   "32.84201967439631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691863);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.61454348326615"
                atv                     =   "37.460522766354956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691864);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.36815315968664"
                atv                     =   "42.38042427968113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691865);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.39709228977472"
                atv                     =   "46.42633964323777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691866);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.09851245361364"
                atv                     =   "29.612276275100957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691867);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.20509373671956"
                atv                     =   "33.055146759366544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691868);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.17264835240596"
                atv                     =   "37.0274846296127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691869);"
                    
                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(238, 0, 255, 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                    =   "7892"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.35213803037027"
                atv                     =   "61.42505862990155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691870);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "翡翠别墅2.3期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(255, 128, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]翡翠别墅2.3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.953662487405381"
                atv                     =   "71.33618010871932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691871);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.75721618077239"
                atv                     =   "53.8198280333064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691872);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.818835605137735"
                atv                     =   "22.22543299690862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691873);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.982830806558695"
                atv                     =   "24.43031224550981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691874);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.59055655581244"
                atv                     =   "26.926853759276597"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691875);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.095283445481925"
                atv                     =   "29.955134852550586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691876);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31921501085981"
                atv                     =   "22.878180245452167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691877);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46853879413027"
                atv                     =   "25.365002258395013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691878);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.703807867143155"
                atv                     =   "28.133942966774665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691879);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.528694886288804"
                atv                     =   "31.910003099743655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691880);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.7657898964602"
                atv                     =   "23.655784804484576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691881);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.72004972698289"
                atv                     =   "26.38041105510236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691882);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.16914888931768"
                atv                     =   "29.436701757208525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691883);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.04675107287039"
                atv                     =   "34.55593028692976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691884);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.718142278014"
                atv                     =   "24.02237627798708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691885);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63689547753256"
                atv                     =   "26.80264479195258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691886);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98609983450774"
                atv                     =   "30.068907387989793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691887);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47312322561334"
                atv                     =   "35.02909802503132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691888);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06707791532006"
                atv                     =   "23.83310270863546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691889);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92968396551038"
                atv                     =   "26.58426595009178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691890);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74584406469546"
                atv                     =   "29.54562621952223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691891);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.10378072482831"
                atv                     =   "34.16028258476317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691892);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.86316115941673"
                atv                     =   "23.153949163966175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691893);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.1538039534646"
                atv                     =   "26.05065691540661"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691894);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46444506400755"
                atv                     =   "28.76517711873376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691895);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.98507350037815"
                atv                     =   "33.43563669971493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691896);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.2791622006919"
                atv                     =   "22.31425096324235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691897);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.3707239583812"
                atv                     =   "25.01295773841751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691898);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.96406004590156"
                atv                     =   "27.3783715132811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691899);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46375515692796"
                atv                     =   "30.98270386417123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691900);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.92596459239277"
                atv                     =   "21.855903450429825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691901);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.10730987884162"
                atv                     =   "23.675157065267687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691902);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.43563498949334"
                atv                     =   "29.06765659554168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691903);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5007027901944"
                atv                     =   "26.11447350032769"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691904);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.4277471955372"
                atv                     =   "33.22063569006869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691905);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.73198645467858"
                atv                     =   "35.86443897163429"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691906);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "141.69744578724863"
                atv                     =   "38.625618631080926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691907);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "154.8716255816932"
                atv                     =   "40.11543364393939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691908);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42650563974792"
                atv                     =   "36.15352527911141"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691909);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86802805873054"
                atv                     =   "40.066447076830826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691910);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.5103425964725"
                atv                     =   "43.115093986928024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691911);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.2702408118032"
                atv                     =   "46.04689437394436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691912);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.6573563395853"
                atv                     =   "40.65556267311089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691913);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.32143276930407"
                atv                     =   "47.48062849804054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691914);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "127.73420815136555"
                atv                     =   "53.02665785199882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691915);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.18601669884345"
                atv                     =   "57.40992922244498"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691916);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33660319907185"
                atv                     =   "43.864046656911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691917);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95427789803998"
                atv                     =   "51.638929763624155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691918);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.76637999546702"
                atv                     =   "60.35443849533065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691919);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42261075069905"
                atv                     =   "81.41136065850213"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691920);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "63.85088614535107"
                atv                     =   "66.2463933497339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691921);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68793643063543"
                atv                     =   "55.16643094267242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691922);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25141910896411"
                atv                     =   "45.27165847971641"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691923);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46708135257592"
                atv                     =   "43.768887279247025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691924);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.86150458876125"
                atv                     =   "67.83725871692998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691925);"
                    
                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(255, 128, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
                        <hotspot name               =   "spot_691926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.132787978219596"
                atv                     =   "60.88592275042806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691926);"
                    
                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(255, 128, 0, 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                    =   "7893"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22600">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22601"
            title                       =   "保利锦上"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/thumb.jpg"
            fenzuid                     =   "7844"
            parent_fenzuid              =   "7835"
            lat                         =   "31.087353"
            lng                         =   "121.496342"
            heading                     =   ""
            scene_id                    =   "22601"
            pano_id                     =   "689"
            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                =   "71.620451623107"
            hotspot_fenzu               =   '[{"id":528748,"pano_id":689,"view_id":22601,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":4468,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":528748,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "71.620451623107"
                vlookat                 =   "79.720134338404"
                fovtype                 =   "MFOV"
                fov                     =   "145"
                fovmin                  =   "20"
                fovmax                  =   "145"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/c8b06f89b4366754/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_691927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.271678845956558"
                atv                     =   "-0.1303744959677691"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.25454165289557"
                atv                     =   "-1.3526551386380294"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.37772478560754"
                atv                     =   "13.654961471352816"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.92035002401894"
                atv                     =   "2.1914224369150346"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "万达西侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22619"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.1897969083584"
                atv                     =   "1.5673713816126327"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "万达东侧"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22618"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.52062671685024"
                atv                     =   "-0.18507270934132464"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "闵浦南"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color: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                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22617"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.46263992829398"
                atv                     =   "-0.11287722004111558"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_691933);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "闵浦北"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color: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                    =   "7894"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22616"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.479918842258826"
                atv                     =   "77.16759036172326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691934);"
                    
                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(255, 0, 247, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54386213163633"
                atv                     =   "29.36608564498172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691935);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92644504081107"
                atv                     =   "48.61273476997126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691936);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.04946294180985"
                atv                     =   "38.234923416192906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691937);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.00055828932668"
                atv                     =   "45.89668807865256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691938);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.2076828125312"
                atv                     =   "51.36602242330004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691939);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.92913052955276"
                atv                     =   "58.3820256296926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691940);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.48196044286482"
                atv                     =   "37.65024043206026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691941);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.8644979270426"
                atv                     =   "44.90244974984545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691942);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.4809858258024"
                atv                     =   "50.47502933123242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691943);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.36014215447577"
                atv                     =   "55.31410011645062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691944);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51806064309645"
                atv                     =   "40.09285233234973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691945);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.38338860787408"
                atv                     =   "43.044970653444366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691946);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.11443131450369"
                atv                     =   "45.47052240776715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691947);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.04998450820125"
                atv                     =   "46.473443499625795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691948);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.08448426008141"
                atv                     =   "44.37087915732677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691949);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03297724635922"
                atv                     =   "45.835506606900275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691950);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.43037700359025"
                atv                     =   "60.711696568128005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691951);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.04731838200746"
                atv                     =   "58.951080528787855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691952);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.879642046467325"
                atv                     =   "41.99098662499383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691953);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.597992640285327"
                atv                     =   "53.67506922509525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691954);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.900336096749754"
                atv                     =   "52.69710328379264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691955);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6909273292664"
                atv                     =   "41.63333226992415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691956);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4557512527420045"
                atv                     =   "47.2114483115246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691957);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6531716189848"
                atv                     =   "46.980451084777094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691958);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.06226551802007"
                atv                     =   "37.56836762458705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691959);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08183676375387"
                atv                     =   "37.067355515114805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691960);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.5898403593421335"
                atv                     =   "41.99203591250967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691961);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.209172582806275"
                atv                     =   "41.72344838894747"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691962);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89783445744422"
                atv                     =   "30.673584668580652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691963);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9307322164417542"
                atv                     =   "35.983547129230175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691964);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.035080039726836"
                atv                     =   "36.12526204074834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691965);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.04881623308697"
                atv                     =   "33.89787614620627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691966);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_691967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.33626090191115"
                atv                     =   "44.13582627811723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_691967);"
                    
                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(247, 0, 255, 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                    =   "7895"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
                        <hotspot name               =   "spot_1207741"
                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_1207741,0xff0000,0.57,2,0x005aff,1,0xff8000,0.49,2,0x005aff,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "3"
                text                    =   "1"
                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;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:6662,&quot;vrhotspot_id&quot;:1207741,&quot;tuji_material_id&quot;:&quot;9327&quot;,&quot;img_open&quot;:0,&quot;img_link_title&quot;:&quot;&quot;,&quot;img_url&quot;:&quot;&quot;,&quot;photo_url&quot;:[&quot;\/uploads\/189\/image\/20240720\/o_1i37tmdj412p31604h4ej9g1rbsv&quot;],&quot;pano_title&quot;:&quot;1&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22601">
                                    <point ath="92.26806863539849" atv="15.126715352530706" />
                                        <point ath="91.21239746354794" atv="14.617632094941786" />
                                        <point ath="50.32124811567479" atv="14.098145395834983" />
                                        <point ath="29.50933077676592" atv="26.181575395604753" />
                                        <point ath="29.074651464103738" atv="27.007956300497" />
                                        <point ath="29.766307554133107" atv="27.60377820370563" />
                                        <point ath="111.86431964193781" atv="29.84967482570652" />
                                        <point ath="112.12249258698" atv="28.539840449549526" />
                                        <point ath="111.74735900280461" atv="27.57681994809582" />
                                    </hotspot>
                        <hotspot name               =   "spot_1207742"
                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:50px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    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                     =   "71.09417096772552"
                atv                     =   "28.92032563296096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_1207742);"
                    
                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:rgb(0, 0, 0);border-radius:4px;color:rgb(255, 255, 255);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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22601">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22569"
            title                       =   "前滩区位图"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   ""
            lng                         =   ""
            heading                     =   ""
            scene_id                    =   "22569"
            pano_id                     =   "689"
            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                =   "-86.023763879245"
            hotspot_fenzu               =   '[{"id":524550,"pano_id":689,"view_id":22569,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":270,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524550,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-28.656054621308'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-86.023763879245"
                vlookat                 =   "52.511067790681"
                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/1/pano/355197500204c285/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/355197500204c285/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.66947063745724"
                atv                     =   "23.694099404353224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687430);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.4622101288748"
                atv                     =   "41.70657801552231"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687431);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.8022441292091571"
                atv                     =   "22.215711657093134"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687432);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "23.142017808104242"
                atv                     =   "22.95168532105145"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687433);"
                    
                zoom                    =   "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;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687434"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-13.629017095193603"
                atv                     =   "40.855457905704306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687434);"
                    
                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;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "69.81395314195083"
                atv                     =   "25.191508376520034"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世纪前滩·天汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.15070472590082"
                atv                     =   "48.064048132558284"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687436);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-87.47331318879583"
                atv                     =   "77.24860199737812"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687437);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-139.3117405686551"
                atv                     =   "57.18156368342205"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687438);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.8848963549309"
                atv                     =   "41.57252622601915"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687439);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "四方城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-107.25675460334574"
                atv                     =   "42.38470222073496"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687440);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.068179859098507"
                atv                     =   "72.28777027264576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687441);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6286666721071"
                atv                     =   "47.996903596091336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687442);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.47370823390335"
                atv                     =   "14.105799134883288"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687443);"
                    
                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                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-161.14835332234406"
                atv                     =   "16.441057695403817"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687444);"
                    
                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                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.8024806506766"
                atv                     =   "18.350779764285214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687445);"
                    
                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                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.02437985067462"
                atv                     =   "9.93236261754236"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687446);"
                    
                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                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                        <hotspot name               =   "spot_687447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.76508000179155"
                atv                     =   "10.142259256123642"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687447);"
                    
                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                    =   "7789"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22569">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14645"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="52.537753450623" atv="29.270947123637" />
                                        <point ath="49.423497249754" atv="37.327011727416" />
                                        <point ath="48.576651542026" atv="41.684977280393" />
                                        <point ath="50.035014528436" atv="46.820909956248" />
                                        <point ath="55.306770801281" atv="53.011896207397" />
                                        <point ath="67.220105728137" atv="60.581965189968" />
                                        <point ath="80.636326310708" atv="63.308791584555" />
                                        <point ath="103.15098265189" atv="62.963343131224" />
                                        <point ath="113.10535082614" atv="60.698069503666" />
                                        <point ath="118.26872704241" atv="59.114417911529" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14646"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="72.474618576264" atv="61.941454174701" />
                                        <point ath="61.477857693196" atv="68.554307060684" />
                                        <point ath="35.302412343573" atv="73.699073351848" />
                                        <point ath="-46.750791710397" atv="57.38593200951" />
                                        <point ath="-61.401620786525" atv="34.534763887518" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_22570"
            title                       =   "前滩北侧"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   ""
            lng                         =   ""
            heading                     =   ""
            scene_id                    =   "22570"
            pano_id                     =   "689"
            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                =   "112.36176660222"
            hotspot_fenzu               =   '[{"id":524551,"pano_id":689,"view_id":22570,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":271,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524551,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '346.26482178443'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "112.36176660222"
                vlookat                 =   "55.40217073202"
                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/1/pano/9773759f05b58d4c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/9773759f05b58d4c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.84296451762543"
                atv                     =   "46.820529831096955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687448);"
                    
                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                    =   "7790"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.43688852065429"
                atv                     =   "68.95640784446714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687449);"
                    
                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                    =   "7790"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.49250558091336"
                atv                     =   "56.403128532778325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687450);"
                    
                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                    =   "7790"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687451"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "16.029192225411464"
                atv                     =   "70.7326869029121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687451);"
                    
                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                    =   "7790"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687452"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "63.97975281914864"
                atv                     =   "66.22946377343946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687452);"
                    
                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                    =   "7790"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.54752873116084"
                atv                     =   "68.13130539386957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687453);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.09585656045334"
                atv                     =   "40.59670100126145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687454);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.13522406117363"
                atv                     =   "47.96065380596801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687455);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94350626630631"
                atv                     =   "46.61932594817895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687456);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.83825048093667"
                atv                     =   "57.92700202741491"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687457);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.72852981366077"
                atv                     =   "52.04722887780263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687458);"
                    
                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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687459"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "94.66828585044328"
                atv                     =   "52.41741409046432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687459);"
                    
                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(189, 16, 224, 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                    =   "7791"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.68419647917722"
                atv                     =   "62.91213212419054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687460);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.22952570408427"
                atv                     =   "45.740805209925945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687461);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.96903000019563"
                atv                     =   "53.68272938519931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687462);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.1235290525433"
                atv                     =   "50.71397544102905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687463);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.08544609222528"
                atv                     =   "54.76423729513087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687464);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.50032800157666"
                atv                     =   "61.20249654475868"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687465);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687466"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-144.60229251584215"
                atv                     =   "59.35269958568011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687466);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687467"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "147.61402462495363"
                atv                     =   "70.54846533270725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687467);"
                    
                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                    =   "7792"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22419816503725"
                atv                     =   "37.13612081388014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687468);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.70863601688484"
                atv                     =   "25.97743172195247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687469);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95913882665715"
                atv                     =   "28.33819287710383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687470);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.77688969551144"
                atv                     =   "31.5234523515439"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687471);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41145758528151"
                atv                     =   "33.03074222515849"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687472);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.71682029689498"
                atv                     =   "32.72212892292324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687473);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81912285603315"
                atv                     =   "35.64373117693788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687474);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.95205501388091"
                atv                     =   "29.353992255609892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687475);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.26366429731445"
                atv                     =   "31.969821002318497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687476);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687477"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "84.78828700458757"
                atv                     =   "46.13315114368165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687477);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687478"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "73.62663034754894"
                atv                     =   "27.629872686853837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687478);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687479"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "92.54709039308909"
                atv                     =   "29.17411774434365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687479);"
                    
                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                    =   "7793"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-46.98594152242248"
                atv                     =   "58.21856710262177"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687480);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.25619219433815"
                atv                     =   "5.570423877255971"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687481);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7794"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.78089606559473"
                atv                     =   "4.37792783858672"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687482);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7794"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.139299649886425"
                atv                     =   "15.213269296994975"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687483);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "济阳一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]济&lt;br/&gt;阳&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.0206916611312"
                atv                     =   "19.707123725922248"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687484);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "万科·金色公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.38453550826489"
                atv                     =   "14.648087827772262"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687485);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新华苑西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.26225996544775"
                atv                     =   "16.485840905224027"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687486);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "天地苑一二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "110.40066445626874"
                atv                     =   "25.91119777273287"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687487);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中粮·前滩海景壹号"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687488"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "177.71640251612394"
                atv                     =   "23.60398929144214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687488);"
                    
                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;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687489"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-103.5887395209864"
                atv                     =   "19.288792045241614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687489);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687490"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-134.31118892362952"
                atv                     =   "5.9958731814456945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687490);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.35995235290784"
                atv                     =   "61.93321184780648"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7791"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:841,&quot;vrhotspot_id&quot;:687491,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7332,7333,7334,7335,7336,7337,7338&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7332&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6tk9l1vkk1emv4dss7ak&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7333&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6unqph5a8so13vd1p4gm&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7334&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6ure21e8r1l92aue14hto&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7335&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6u1pnl1saf1q7o1uipbb2q&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7336&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6uc6g15usamv12ne141js&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7337&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6u1v2n1gk2143h1ehnmulu&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7338&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t0ra6u19ar7mov9mcqv1fpf10&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u4e1c\u65b9\u60e0\u96c5&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-161.83379477794097"
                atv                     =   "70.44765965848299"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687492);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7792"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:842,&quot;vrhotspot_id&quot;:687492,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,,,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7339,7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7339&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e981p6rtm61sabvons1421&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7340&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e98ipf12v24acpi6195f1v&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7341&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e971k6g1n10noc1pdt16kb1b&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7342&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e981lmnjon13oe13h0hnv1t&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7343&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e981gkr15iq14aggfd1unt1r&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7344&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e9729hq6o18741gsvaou1n&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7345&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97146i1h091d6d8vek121h&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7346&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e971a5nnr120oq5ols1f&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7347&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97rarj4l9m21n6l121i1p&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7348&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e971334lcckthlt6bmj1j&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7349&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97rg61om7188v1d6f1l6n1l&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7350&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e971ugfa83pk81p1th8o19&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7351&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e971qopss11ov4r58172f1d&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7352&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97stm4fe15jrip71a84v&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7353&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97btuu877gf1ekg4p917&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7354&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e975d01243sci1s1t1mv415&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7355&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e9734q2fqk9qor3gm513&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7356&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t11e97r0fcp319091nkrtr11&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u524d\u6ee9\u4e1c\u65b9\u60e0\u793c&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.38122145942319"
                atv                     =   "41.83045205215916"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687493);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7793"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:843,&quot;vrhotspot_id&quot;:687493,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7357,7358,7359,7360,7361,7362,7363,7364,7365,7366&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7357&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m5bf7or19k01g8a1kg817&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7358&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m4kbu40idtv1fc5cvhn&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7359&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m455fph6son7h6ambp&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7360&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m4cs613dmnb5pu51s1ur&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7361&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m5m5uv3g1si71t9mfo8t&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7362&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m5prl1mh51usah7u1hhov&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7363&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m51pb3177i8fd1idv1c7211&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7364&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m52urc773ugf9l1so415&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7365&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m51ip61ds014ib9q78ip13&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7366&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t165m5knd3eu1n542q1rum19&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u4e2d\u7cae\u00b7\u524d\u6ee9\u6d77\u666f\u58f9\u53f7&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.709248024306596"
                atv                     =   "60.301398712111215"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687494);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7790"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:844,&quot;vrhotspot_id&quot;:687494,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7367,7368,7369,7370,7371,7372,7373,7374,7375,7376,7377&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7367&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doiauti16312rt1i44v6as&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7368&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doibgebdf01jsmokg14lb10&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7369&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doib1jn13cfbdf8cc12u012&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7370&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doib1q8tgg81n951qlcfkqu&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7371&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doibm2dqng1ope1e5rq2916&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7372&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doib1jiu23pujs1o2djf81a&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7373&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doibvf818na18nv131e0u1c&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7374&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doibgvbfcm1gm4d4dlld18&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7375&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doib1mgbie0fsa1ms7bts14&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7376&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doian841a745ldj3135ao&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7377&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1doia1t6tnoi15bo1ej31e03q&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u6676\u9e3f\u540d\u90b8&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22570">
                                </hotspot>
                        <hotspot name               =   "spot_687495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.853428481881792"
                atv                     =   "32.09363545173321"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687495);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7794"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22570">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22567"
            title                       =   "前滩西侧"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   ""
            lng                         =   ""
            heading                     =   ""
            scene_id                    =   "22567"
            pano_id                     =   "689"
            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                =   "-53.337195840643"
            hotspot_fenzu               =   '[{"id":524548,"pano_id":689,"view_id":22567,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":268,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524548,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-33.749470433528'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-53.337195840643"
                vlookat                 =   "49.593764910888"
                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/1/pano/586769d58da77b27/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/586769d58da77b27/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.501113101030285"
                atv                     =   "65.54121825037629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687270);"
                    
                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                    =   "7770"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.192735421196176"
                atv                     =   "46.93727028115774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687271);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.06819890138917"
                atv                     =   "53.43347016147272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687272);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.61649907440824"
                atv                     =   "72.02216461848178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687273);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.515599096392464"
                atv                     =   "71.6196104630046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687274);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.393838241024866"
                atv                     =   "56.95153798305711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687275);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687276"
                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:16px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "16"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-28.503667001177575"
                atv                     =   "62.20532086796643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687276);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687277"
                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:16px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "16"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "7.529903100668037"
                atv                     =   "54.4682768973726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687277);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687278"
                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:16px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "16"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "40.93924262654161"
                atv                     =   "65.90059814929762"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687278);"
                    
                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                    =   "7770"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44892044998525"
                atv                     =   "69.36648944398239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687279);"
                    
                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: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;]前滩雍萃46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7771"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.91325057504514"
                atv                     =   "79.78440347517673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687280);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.86487473771933"
                atv                     =   "49.85807987633398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687281);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.03004551956354"
                atv                     =   "45.677069678940654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687282);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.09821534952738"
                atv                     =   "52.7448610179716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687283);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.15932818219198"
                atv                     =   "55.53340138652015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687284);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08925635622029"
                atv                     =   "53.18941376587705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687285);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67592010420458"
                atv                     =   "57.14496366060024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687286);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10098605864493"
                atv                     =   "69.54011254623019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687287);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18368076376692"
                atv                     =   "75.39897496850382"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687288);"
                    
                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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687289"
                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:16px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "16"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "76.66064360116275"
                atv                     =   "55.73027245327638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687289);"
                    
                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(189, 16, 224, 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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687290"
                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:16px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "16"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "144.41491218145381"
                atv                     =   "72.14147622676505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687290);"
                    
                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(189, 16, 224, 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                    =   "7771"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22835185125183"
                atv                     =   "32.96269052797728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687291);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25233359634473"
                atv                     =   "44.67785091401819"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687292);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.330119162818505"
                atv                     =   "45.375193475805446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687293);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.543441578635"
                atv                     =   "40.76165777373978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687294);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94634594407762"
                atv                     =   "36.53635936581259"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687295);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.33067853551364"
                atv                     =   "34.88393992894888"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687296);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.6575249014873"
                atv                     =   "34.34719172365036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687297);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.14277958448622"
                atv                     =   "28.717334820381204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687298);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99299043543397"
                atv                     =   "31.031219559057263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687299);"
                    
                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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687300"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-38.213309585751915"
                atv                     =   "42.14153933090849"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687300);"
                    
                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(189, 16, 224, 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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687301"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-68.92623685531413"
                atv                     =   "36.082285882543424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687301);"
                    
                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(189, 16, 224, 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                    =   "7772"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31305126328891"
                atv                     =   "58.59730782400044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687302);"
                    
                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: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;]前滩雍萃42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7773"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.873016865973284"
                atv                     =   "56.00976435226497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687303);"
                    
                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               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.52735330551559"
                atv                     =   "56.640270136315316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687304);"
                    
                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                    =   "7773"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28338826288177"
                atv                     =   "44.50050101678159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687305);"
                    
                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               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.81331215595804"
                atv                     =   "41.231150936224616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687306);"
                    
                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               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687307"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-103.56479438451782"
                atv                     =   "69.39805742886483"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687307);"
                    
                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                    =   "7773"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.84416971803932"
                atv                     =   "58.18459557085445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687308);"
                    
                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, 0.77),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                    =   "7774"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7387167450623"
                atv                     =   "49.48312263399847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687309);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.56065198594086"
                atv                     =   "44.50219964977617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687310);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.0183823919399"
                atv                     =   "56.03651506377765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687311);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2360212469039"
                atv                     =   "72.50787144879433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687312);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.4948711213458"
                atv                     =   "60.78040058727804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687313);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687314"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-166.64767155917534"
                atv                     =   "75.4358680670564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687314);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687315"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-164.61926500801042"
                atv                     =   "53.24755791150012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687315);"
                    
                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                    =   "7774"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.25515297676026"
                atv                     =   "32.427956156027946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687316);"
                    
                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: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;]前滩雍萃53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7775"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.44245856570501"
                atv                     =   "36.66021211482437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687317);"
                    
                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                    =   "7775"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.10055105046166"
                atv                     =   "29.779203960358583"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687318);"
                    
                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                    =   "7775"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.0846846009082"
                atv                     =   "35.834568411182026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687319);"
                    
                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                    =   "7775"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687320"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-131.84514943184308"
                atv                     =   "34.42384570926102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687320);"
                    
                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(189, 16, 224, 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                    =   "7775"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98668414655694"
                atv                     =   "37.33175827384006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687321);"
                    
                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:linear-gradient(0deg,rgba(40, 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;]前滩雍萃47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7776"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.56495552283099"
                atv                     =   "28.349055402944327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687322);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.84872692674435"
                atv                     =   "29.400879799191046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687323);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.63641712010778"
                atv                     =   "38.188667327623584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687324);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.93639811892376"
                atv                     =   "35.97564275412467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687325);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687326"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-106.3055259364389"
                atv                     =   "32.604573160793066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687326);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687327"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-100.1959265808199"
                atv                     =   "42.73775190830437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687327);"
                    
                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                    =   "7776"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.91976304585398"
                atv                     =   "29.682150261645614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687328);"
                    
                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:linear-gradient(0deg,rgba(208, 2, 27, 0.77),rgba(0, 0, 0, 0.5));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                    =   "7777"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.09086399132019"
                atv                     =   "23.236590838716634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "411"
                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;]411[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7777"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.47679259313963"
                atv                     =   "33.0999242202408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "416"
                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;]416[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7777"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07778674901806"
                atv                     =   "26.327292705179143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "413"
                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;]413[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7777"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687332"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-72.6045674105726"
                atv                     =   "32.6871762607624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687332);"
                    
                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                    =   "7777"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.50927085600495"
                atv                     =   "29.04609980044874"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687333);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.5881153048794"
                atv                     =   "33.2985440510393"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687334);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "177.99509480313378"
                atv                     =   "40.089888393660374"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687335);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "110.91724529591815"
                atv                     =   "16.512046211584973"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东方悦澜"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;悦&lt;br/&gt;澜[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "91.2108042503038"
                atv                     =   "10.758085434701412"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687337);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.67054104376518"
                atv                     =   "9.71418398793677"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687338);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-161.69288824570378"
                atv                     =   "23.19516068506662"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "7"
                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;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:831,&quot;vrhotspot_id&quot;:687339,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;&quot;,&quot;tuwen_material_id&quot;:&quot;7267&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7267&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0sv1ciu11c0155q1pv51901100he&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u83b1\u4f5b\u58eb\u533b\u9662&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240422/812c88f83e0654a93b23a080a23795d0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.134473172970445"
                atv                     =   "22.084576606704214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "7"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:832,&quot;vrhotspot_id&quot;:687340,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;&quot;,&quot;tuwen_material_id&quot;:&quot;7268&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7268&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0svkhi415fmf9r18hd1rle10e5e&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u524d\u6ee9\u4f11\u95f2\u516c\u56ed&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.71369556686852"
                atv                     =   "38.08738144687479"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:833,&quot;vrhotspot_id&quot;:687341,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,&quot;,&quot;tuwen_material_id&quot;:&quot;7269,7270&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7269&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t01nk6egm1i681ul6thh1admf&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7270&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t01nk712951oe019nhajq1jlh&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u4e09\u6e58\u5370\u8c61\u540d\u90b8&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.414820214338647"
                atv                     =   "42.37640397716708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687342);"
                    
                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                    =   "7779"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11512162692776"
                atv                     =   "51.22893100486166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687343);"
                    
                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                    =   "7779"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.79748811754169"
                atv                     =   "47.293910530424185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687344);"
                    
                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                    =   "7779"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.27631014855405"
                atv                     =   "73.18942160704844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687345);"
                    
                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                    =   "7779"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.079817184804483"
                atv                     =   "30.06187335913701"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.49135167332264"
                atv                     =   "9.795291604312446"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687347);"
                    
                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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.2834182332422"
                atv                     =   "8.572879582768406"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687348);"
                    
                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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.92895854186892"
                atv                     =   "4.5156336990640575"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687349);"
                    
                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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.13958753226234"
                atv                     =   "3.728503426694608"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687350);"
                    
                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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
                        <hotspot name               =   "spot_687351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "139.73313095160975"
                atv                     =   "3.4609406240167093"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687351);"
                    
                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                    =   "7778"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22567">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22568"
            title                       =   "前滩南侧"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   ""
            lng                         =   ""
            heading                     =   ""
            scene_id                    =   "22568"
            pano_id                     =   "689"
            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                =   "65.865063147597"
            hotspot_fenzu               =   '[{"id":524549,"pano_id":689,"view_id":22568,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":269,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524549,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-23.647861397278'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "65.865063147597"
                vlookat                 =   "56.089011141411"
                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/1/pano/17a9f33b89a2b30c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/17a9f33b89a2b30c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.579742277766513"
                atv                     =   "47.08307254036474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687352);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.571226530250158"
                atv                     =   "50.27416357491614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687353);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.2608826047402317"
                atv                     =   "51.2408885630939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687354);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-16.44342473404862"
                atv                     =   "55.78617818996886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687355);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11170223766237"
                atv                     =   "55.67504243354333"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687356);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.526968725293955"
                atv                     =   "51.601154655700014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687357);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10481563995876"
                atv                     =   "49.95536698518309"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687358);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87031415317148"
                atv                     =   "47.29005185450682"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687359);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.383035309560285"
                atv                     =   "45.339570778227774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687360);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97711956039865"
                atv                     =   "41.655420933154346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687361);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62334967143056"
                atv                     =   "42.93538574522828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687362);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.841175152634264"
                atv                     =   "44.749429640372746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687363);"
                    
                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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687364"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-37.76143207824191"
                atv                     =   "43.65447207388892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687364);"
                    
                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.76);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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687365"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-13.441165277335358"
                atv                     =   "52.46594369092536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687365);"
                    
                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.76);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                    =   "7780"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.146540221873806"
                atv                     =   "61.44739429809675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687366);"
                    
                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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60129279278419"
                atv                     =   "50.800562886340984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687367);"
                    
                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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.013437476500485"
                atv                     =   "52.57795528457324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687368);"
                    
                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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00611409900131"
                atv                     =   "59.54445635508296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687369);"
                    
                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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.632915412998045"
                atv                     =   "74.93799165583908"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687370);"
                    
                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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687371"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "26.15001957984873"
                atv                     =   "72.0345619175933"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687371);"
                    
                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(189, 16, 224, 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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687372"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "53.149973311561325"
                atv                     =   "59.56455739867101"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687372);"
                    
                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(189, 16, 224, 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                    =   "7781"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.66795702000908"
                atv                     =   "54.18122501950291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687373);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.70140110720683"
                atv                     =   "58.16900324197801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687374);"
                    
                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(250, 100, 0, 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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.83955942397412"
                atv                     =   "61.05837901174105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687375);"
                    
                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.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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92811180868767"
                atv                     =   "68.86465272296093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687376);"
                    
                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.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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "90.36576215135494"
                atv                     =   "72.376515662789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687377);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.80065043125961"
                atv                     =   "64.26408077479955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687378);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.51691719614672"
                atv                     =   "67.7823990883809"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687379);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.960613733141"
                atv                     =   "58.06047914531426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687380);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.9848060109119"
                atv                     =   "56.31743759629217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687381);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78886035819795"
                atv                     =   "56.6839863917973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687382);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687383"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "107.4644091651192"
                atv                     =   "58.43049264527586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687383);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687384"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "144.92950962631735"
                atv                     =   "62.472200140685565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687384);"
                    
                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                    =   "7782"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.95288108512801"
                atv                     =   "48.0212566294618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687385);"
                    
                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                    =   "7783"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.78912054903114"
                atv                     =   "43.988212630661366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687386);"
                    
                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                    =   "7783"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.80525712960511"
                atv                     =   "47.18239973041236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687387);"
                    
                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                    =   "7783"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687388"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "109.54870861664108"
                atv                     =   "46.03224173099202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687388);"
                    
                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                    =   "7783"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687389"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "87.83035489733595"
                atv                     =   "46.868259139294814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687389);"
                    
                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                    =   "7783"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38796306241625"
                atv                     =   "51.164887715838326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687390);"
                    
                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                    =   "7784"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.65473681257026"
                atv                     =   "41.171457240603644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687391);"
                    
                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                    =   "7784"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36232768447388"
                atv                     =   "36.66866431739649"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687392);"
                    
                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                    =   "7784"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01804067350804"
                atv                     =   "44.39155539143254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687393);"
                    
                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                    =   "7784"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687394"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "56.67799077041724"
                atv                     =   "54.35652911328934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687394);"
                    
                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                    =   "7784"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.96936810670786"
                atv                     =   "18.986509055539525"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687395);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.123470819530894"
                atv                     =   "18.18230902167064"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687396);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.3130647979101"
                atv                     =   "32.2144922333833"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687397);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.52336630629665"
                atv                     =   "29.481346153454442"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687398);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.24054570609599"
                atv                     =   "42.63649968639075"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东方悦澜"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;悦&lt;br/&gt;澜[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.63758056430396"
                atv                     =   "31.96815777465341"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687400);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-37.86859477825698"
                atv                     =   "62.535038688465065"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7780"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:834,&quot;vrhotspot_id&quot;:687401,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7271,7272,7273,7274&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7271&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1ivtvrhi95vhod8dll7uh&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7272&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1ivu07le12m1bko1kk61jbbj&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7273&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1ivu01ge4o0ika29rn1np2l&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7274&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1ivu0tja1m3d1ofhq1o1icdn&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u6676\u8000\u540d\u90b81\u671f&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.94521641937837"
                atv                     =   "68.3468262423477"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7781"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:835,&quot;vrhotspot_id&quot;:687402,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7275,7276,7277,7278,7279,7280,7281,7282,7283&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7275&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq0edjissnph1k0au6nm&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7276&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq0qqrv14vabtvq17vuo&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7277&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq01ttju6mvm41rad1sc5q&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7278&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq0ivn8jj1mo31hidj8bs&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7279&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq0jcf4dm16hh1fbk1bek10&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7280&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq01kanuji1ikt1n3s154lu&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7281&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq15tp1lf1huq18e4ga212&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7282&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq16tbd1g19ut1qdp2ip14&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7283&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1mrq1158l1lanr739ih11de16&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u524d\u6ee9\u534e\u5510\u540d\u90b8&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.4064028051984"
                atv                     =   "71.64504007215989"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7782"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:836,&quot;vrhotspot_id&quot;:687403,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296,7297&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7284&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qramaui19871ji88nvbje17&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7285&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram1t1g1rj6ec01enb1aim15&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7286&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qramb3e11pea1c5a2lln1j&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7287&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram15sogqf1b2b11na63nt&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7288&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qramemh1vopnvcsfa27f13&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7289&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram36u1bemdan12gm1jo7v&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7290&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qramkrj1c1a18sv10nmfmm1b&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7291&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram1t6l116d170m1e4qb8311&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7292&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram7e759b1qd71pgj77p19&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7293&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram1a95pe41b271vt652q1f&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7294&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram1dan1dij13mq6mu1pcd1h&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7295&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram182ut3q1278hps1u041d&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7296&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram1j8a7m81ntp1m4t1usi1l&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7297&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1qram6kcm16evnhfk1uhqr&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u524d\u6ee9\u6676\u8403\u540d\u90b8&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.86246546564115"
                atv                     =   "50.754747840934904"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7783"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:837,&quot;vrhotspot_id&quot;:687404,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,&quot;,&quot;tuwen_material_id&quot;:&quot;7298,7299&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7298&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1u3lhjnd1vccts41ahb131jf&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7299&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t1u3lhqrkmgg1ptqnej1qdmh&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u524d\u6ee9\u6c5f\u60a6\u540d\u5ead&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-9.948266884664008"
                atv                     =   "42.793730253167936"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                text                    =   "晶耀名邸2.3期"
                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;]晶耀名邸2.3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7786"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:838,&quot;vrhotspot_id&quot;:687405,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7300&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1agt1grs1uehjp71lspt&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7301&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n12fp1d481cf5fq1157n19&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7302&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n15hp1f2f35136s1ogi1d&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7303&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n13aas641u9nsj914id15&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7304&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1kjv16gasc1uuel9s13&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7305&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1hnanpi1mc818hf174u17&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7306&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1p9s1kug9uaokt84h1f&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7307&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4ns7l17gd16kp1ri81p1p&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7308&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1qudetvuf1t5qdldr&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7309&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n4keq87b25upi1bv&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7310&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4nb7d19pnr4d1mn4ts1b&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7311&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t23i4n1ekq155bhesqus168e11&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u6676\u8000\u540d\u90b82.3\u671f&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.953269029967089"
                atv                     =   "34.95513538545982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687406);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.862401061125979"
                atv                     =   "38.75365616275297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687407);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.066700791407868"
                atv                     =   "37.964948326491324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687408);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9002379015473707"
                atv                     =   "42.11764482453937"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687409);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.587175600101205"
                atv                     =   "38.82216096700874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687410);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.659118254054533"
                atv                     =   "34.93646468290409"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687411);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.256769882098183"
                atv                     =   "32.7878376030748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687412);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.05749797516785"
                atv                     =   "33.804037705034155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687413);"
                    
                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                    =   "7786"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76653684290909"
                atv                     =   "27.206339353465687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687414);"
                    
                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:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7787"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.88836417435164"
                atv                     =   "27.86901063307136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687415);"
                    
                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:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7787"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "71.84898619375639"
                atv                     =   "30.06333041706518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687416);"
                    
                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:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7787"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.35392461028732"
                atv                     =   "28.787097889539243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687417);"
                    
                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:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7787"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.94882798545189"
                atv                     =   "31.6411541821743"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687418);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7787"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:839,&quot;vrhotspot_id&quot;:687418,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7312,7313,7314,7315,7316,7317,7318,7319,7320,7321,7322,7323&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7312&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdre9oekolp01s181frc13&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7313&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdrudfvg6r25cjn1duo11&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7314&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdrl3cad71ll916cc6g917&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7315&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr1celqa4713146c8cl15&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7316&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr3m61e9smpviqe4rg1d&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7317&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr18bnbj08vpq2f2lb1f&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7318&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr1k1270j1opqf2dc5919&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7319&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr1a1611cr13k71mlu1tft1b&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7320&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdq171j11vf1g7s1eqp1cjgp&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7321&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr18999cmnv1a349p2r&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7322&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr14uctrboa319cp9det&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7323&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t2tqdr16u3m2i1lkn1ip5qhhv&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u4e1c\u65b9\u9038\u54c1&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.13847661368231"
                atv                     =   "17.248947829991096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687419);"
                    
                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                    =   "7788"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.38506057507254"
                atv                     =   "20.605102186374815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687420);"
                    
                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                    =   "7788"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.69496802232163"
                atv                     =   "19.499669726136993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687421);"
                    
                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                    =   "7788"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "76.05698977709147"
                atv                     =   "18.257649321396542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687422);"
                    
                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                    =   "7788"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/3367828a6dfeef0a8d716b18e0cbf4e1.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.51715990515316"
                atv                     =   "25.817587250152243"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "7"
                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                    =   "7788"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    hot_info            =   '{&quot;id&quot;:840,&quot;vrhotspot_id&quot;:687423,&quot;url&quot;:&quot;https:\/\/cdn.yj720.com.cn&quot;,&quot;audio_id&quot;:0,&quot;audio_name&quot;:&quot;&quot;,&quot;tuwen_volume&quot;:50,&quot;tuwen_music_play&quot;:0,&quot;tuwen_music_beijing&quot;:0,&quot;tuwen_music_jieshuo&quot;:0,&quot;tuwen_open&quot;:0,&quot;tuwen_link_title&quot;:&quot;&quot;,&quot;tuwen_address&quot;:&quot;&quot;,&quot;tuwen_muban&quot;:null,&quot;tuwen_content&quot;:&quot;,,,,,,,&quot;,&quot;tuwen_material_id&quot;:&quot;7324,7325,7326,7327,7328,7329,7330,7331&quot;,&quot;tuwen_array&quot;:[{&quot;id&quot;:&quot;7324&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst1hjc1ofk13b79fs1jbcr&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7325&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst1ohosfngi47okiu9n&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7326&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst13r18bj1jm21ile1ecbv&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7327&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst1sb71ge4lnnv2l134k11&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7328&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lstdhj1vin1q6t1dqc1c3d13&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7329&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lstguv1rlt8q914ebu07t&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7330&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst1nk9q3q15qcbsmsccl&quot;,&quot;text&quot;:null},{&quot;id&quot;:&quot;7331&quot;,&quot;image&quot;:&quot;\/uploads\/1\/image\/20240621\/o_1i0t33lst1rmo98u1041coe804p&quot;,&quot;text&quot;:null}],&quot;pano_title&quot;:&quot;\u4e1c\u65b9\u60a6\u8000&quot;}'
                    target_open_type    =   "3"
                    url_tan_width       =   "0"
                    showvr              =   "false"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "23.354949226582107"
                atv                     =   "35.741448997640966"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-124.09217850358942"
                atv                     =   "11.139667494582687"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687425);"
                    
                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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-151.45800965389537"
                atv                     =   "13.203063343717675"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687426);"
                    
                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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.85784793705372"
                atv                     =   "13.869072576721743"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687427);"
                    
                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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.86424288412593"
                atv                     =   "8.184819740335476"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687428);"
                    
                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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
                        <hotspot name               =   "spot_687429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.05370175973792"
                atv                     =   "7.2172494140856465"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687429);"
                    
                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                    =   "7785"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22568">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22572"
            title                       =   "前滩动迁房"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   "31.137030"
            lng                         =   "121.482587"
            heading                     =   ""
            scene_id                    =   "22572"
            pano_id                     =   "689"
            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                =   "-170.91870612954"
            hotspot_fenzu               =   '[{"id":524553,"pano_id":689,"view_id":22572,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":273,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524553,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-170.91870612954"
                vlookat                 =   "55.277853026432"
                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/d13c19a5e249f47b/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d13c19a5e249f47b/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.27415933247886"
                atv                     =   "6.040403505264394"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687557);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.66226220460362"
                atv                     =   "8.90000751733818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687558);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.690517786013174"
                atv                     =   "19.36345515986659"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687559);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.89549819334229"
                atv                     =   "11.015770616297809"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687560);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687561"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "159.89673762201934"
                atv                     =   "21.339757231037755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦星天地"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "146.2591488690781"
                atv                     =   "11.201882391431472"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687562);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海师范大学附属中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(238, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.1"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240415/3cff266c4af7bac0637aa158de7d86d5.png"
                                        renderer                =   "webgl"
                                    ath                     =   "534.8539456399391"
                atv                     =   "14.193322569359697"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687563);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "三林南地铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 215, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "67.07489901321469"
                atv                     =   "16.265822334262445"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687564);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "同济大学附属精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 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;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.22574831161893"
                atv                     =   "12.77285846748975"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687565);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "小天使幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.93109120493955"
                atv                     =   "8.330087674226718"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "三林高级中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.45145510370972"
                atv                     =   "41.344663951271436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687567);"
                    
                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(255, 128, 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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.00506824503657"
                atv                     =   "37.04001467033801"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687568);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.88218909183263"
                atv                     =   "25.174922886219203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687569);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10241497056617"
                atv                     =   "31.054628258695796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687570);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.11054212322446"
                atv                     =   "33.51080747860734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687571);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.11747478891971"
                atv                     =   "27.01896508861621"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687572);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.61634524699696"
                atv                     =   "33.54699392483396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687573);"
                    
                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(255, 128, 0, 0.78);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                    =   "7799"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.10146030053082"
                atv                     =   "40.016652892929464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687574);"
                    
                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(247, 0, 255, 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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-103.50239988224939"
                atv                     =   "64.36685627673836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687575);"
                    
                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(247, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.8138653486665"
                atv                     =   "55.249555345878605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687576);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.6596504103935"
                atv                     =   "66.50852178373235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687577);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75946108689823"
                atv                     =   "48.081093381759956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687578);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7530251145281"
                atv                     =   "52.44948532541728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687579);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.5112639904056"
                atv                     =   "45.99981609721162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687580);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.79243712278418"
                atv                     =   "38.98761045264104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687581);"
                    
                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(0, 102, 255, 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                    =   "7802"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-100.91345410823504"
                atv                     =   "25.800650816404442"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687582);"
                    
                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(0, 111, 255, 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                    =   "7802"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.31384441403932"
                atv                     =   "24.31133521570865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687583);"
                    
                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(0, 111, 255, 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                    =   "7802"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.88366845085415"
                atv                     =   "29.983860759060036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687584);"
                    
                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(0, 111, 255, 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                    =   "7802"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.59734027254956"
                atv                     =   "31.293086572847944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687585);"
                    
                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(0, 111, 255, 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                    =   "7802"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/283f6766fcedf9bef4cda3e314f8b033.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.6478873659782"
                atv                     =   "33.14849542944263"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "加油站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 215, 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;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.99317423091372"
                atv                     =   "46.35943295960281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687587);"
                    
                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(0, 111, 255, 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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.959432704031542"
                atv                     =   "27.783719651714197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687588);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.823650565477124"
                atv                     =   "28.193064756801064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687589);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.39273949014864"
                atv                     =   "29.94328516515174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687590);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.4187046253885"
                atv                     =   "36.184831915733135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687591);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.936966306772774"
                atv                     =   "26.9726169813851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687592);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44633535224489"
                atv                     =   "33.45034310179019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687593);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.51043587232937"
                atv                     =   "24.907539347683265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687594);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.130145912890043"
                atv                     =   "29.99919167442259"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687595);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.609897908858954"
                atv                     =   "22.970076506070214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687596);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.173829593430526"
                atv                     =   "24.26646174589001"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687597);"
                    
                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(0, 119, 255, 0.79);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                    =   "7803"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.20365192075818"
                atv                     =   "28.792516193548586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687598);"
                    
                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(230, 0, 255, 0.79);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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.87653133051487"
                atv                     =   "24.04973659390576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687599);"
                    
                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(230, 0, 255, 0.79);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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.22777713798587"
                atv                     =   "22.163509732804542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687600);"
                    
                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(230, 0, 255, 0.79);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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63167092443936"
                atv                     =   "21.596388107678408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687601);"
                    
                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(230, 0, 255, 0.79);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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12816194552224"
                atv                     =   "27.541724573923414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687602);"
                    
                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(230, 0, 255, 0.79);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                    =   "7800"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.1886145875024"
                atv                     =   "51.854664993575064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687603);"
                    
                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(0, 111, 255, 0.84),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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.9129228007849"
                atv                     =   "37.53644678519917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687604);"
                    
                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(0, 102, 255, 0.79);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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.7306177275919"
                atv                     =   "33.94068104949911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687605);"
                    
                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(0, 102, 255, 0.79);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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "158.74553089195086"
                atv                     =   "31.100956469377934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687606);"
                    
                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(0, 102, 255, 0.79);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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.27655195578785"
                atv                     =   "29.240561887841913"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687607);"
                    
                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(0, 102, 255, 0.79);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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "154.02603100666943"
                atv                     =   "39.324522740139614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687608);"
                    
                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(0, 102, 255, 0.79);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                    =   "7804"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.02333898963306"
                atv                     =   "47.87830824786693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687609);"
                    
                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(255, 128, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.6379171719511"
                atv                     =   "33.91658256915733"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687610);"
                    
                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(255, 128, 0, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.15370170864836"
                atv                     =   "27.790063083362362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687611);"
                    
                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(255, 128, 0, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.5492090258051"
                atv                     =   "29.653171078515594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687612);"
                    
                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(255, 128, 0, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.54239300638807"
                atv                     =   "33.59901510920252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687613);"
                    
                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(255, 128, 0, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.31907486712072"
                atv                     =   "36.34976185882205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687614);"
                    
                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(255, 128, 0, 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                    =   "7805"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.35666964494484"
                atv                     =   "37.185184967978316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687615);"
                    
                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(255, 0, 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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.60787689059745"
                atv                     =   "24.75161089496347"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687616);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.68671422098777"
                atv                     =   "19.951765380580035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687617);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.86548616512817"
                atv                     =   "20.854709444593436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687618);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.0099809126743"
                atv                     =   "23.808197685782314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687619);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.41825728249586"
                atv                     =   "21.358986714554366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687620);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64799896643035"
                atv                     =   "22.50997808579037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687621);"
                    
                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(255, 0, 0, 0.78);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                    =   "7806"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.1"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240415/3cff266c4af7bac0637aa158de7d86d5.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.8572270297567"
                atv                     =   "20.155976952461764"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687622);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "凌兆新村地铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 215, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.49270626243694"
                atv                     =   "60.074253992368426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687623);"
                    
                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(238, 0, 255, 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                    =   "7801"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.07933530057261"
                atv                     =   "3.6748457934122642"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687624);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.01380921594546"
                atv                     =   "42.91139119221208"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687625);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                        <hotspot name               =   "spot_687626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.1325197275754"
                atv                     =   "4.200127369152087"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687626);"
                    
                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                    =   "7798"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22572">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14647"
                        atv                =    "47.251216826078014"
                        ath                =    "35.03254045780807"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="141.58452595058" atv="37.644893404756" />
                                        <point ath="115.78997843523" atv="50.679552636009" />
                                        <point ath="88.241410533183" atv="55.073424786246" />
                                        <point ath="73.064172483046" atv="54.640924977014" />
                                        <point ath="50.578032825359" atv="52.475670077955" />
                                        <point ath="26.018157677579" atv="44.143492052354" />
                                        <point ath="13.474973178235" atv="36.294369112811" />
                                        <point ath="1.1976516354093" atv="24.244195010118" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14647_text"
                        atv                =    "47.251216826078014"
                        ath                =    "35.03254045780807"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "东育路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14648"
                        atv                =    "79.5719499169997"
                        ath                =    "79.92342052934316"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="79.356871008822" atv="54.987656203099" />
                                        <point ath="80.623128223863" atv="76.489470445325" />
                                        <point ath="-119.66136019513" atv="88.595224375597" />
                                        <point ath="-104.25613802347" atv="82.983141839911" />
                                        <point ath="-99.754897047646" atv="77.626540996379" />
                                        <point ath="-96.087574175335" atv="60.837456931112" />
                                        <point ath="-94.980542466705" atv="45.791594136884" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14648_text"
                        atv                =    "79.5719499169997"
                        ath                =    "79.92342052934316"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "沛林路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22575"
            title                       =   "中企云萃森林"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   "31.144149"
            lng                         =   "121.480484"
            heading                     =   ""
            scene_id                    =   "22575"
            pano_id                     =   "689"
            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                =   "167.67474682955"
            hotspot_fenzu               =   '[{"id":524556,"pano_id":689,"view_id":22575,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":276,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524556,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "167.67474682955"
                vlookat                 =   "59.872696758467"
                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/610fe581e9cfa81c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/610fe581e9cfa81c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.07635569887799"
                atv                     =   "7.1688930897534515"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687652);"
                    
                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                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-110.61112887791776"
                atv                     =   "10.744360632945789"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687653);"
                    
                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                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.17315530289937"
                atv                     =   "9.029234856757727"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687654);"
                    
                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                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "159.77943627596437"
                atv                     =   "16.024441509711302"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687655);"
                    
                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                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.44097978656214"
                atv                     =   "62.262864473822034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687656);"
                    
                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:linear-gradient(0deg,rgba(0, 119, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]中企云萃森林258弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.88860020087321"
                atv                     =   "7.158599311462948"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687657);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海莱佛士医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687658"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-79.19095069352448"
                atv                     =   "7.5694225942855775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "前滩体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.3739209908932"
                atv                     =   "11.971373036679733"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "同济大学附属精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 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;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.65945451797518"
                atv                     =   "19.5763229356031"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "小天使幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.69822249485452"
                atv                     =   "50.29187882343412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687661);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.58400486483026"
                atv                     =   "38.47271555330281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687662);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.8619673151656"
                atv                     =   "36.612632010213936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687663);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.21311921041"
                atv                     =   "35.81329449986199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687664);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.55098532587016"
                atv                     =   "36.6559767800641"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687665);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.95468605276832"
                atv                     =   "44.267750612881564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687666);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.37709456935428"
                atv                     =   "43.334821300113816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687667);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.43203556438345"
                atv                     =   "42.58159968878669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687668);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.22479763203359"
                atv                     =   "32.859884839595814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687669);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.73414100840716"
                atv                     =   "52.63394980574715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687670);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.8720180854587"
                atv                     =   "51.20000073260686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687671);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-158.70852370167967"
                atv                     =   "49.69788284951173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687672);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.18998844637957"
                atv                     =   "37.752452587575604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687673);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.1822006200219"
                atv                     =   "63.78847697859266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687674);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.42545845993385"
                atv                     =   "61.38248841799378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687675);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.39291108966324"
                atv                     =   "58.832805588633065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687676);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-139.22345439969635"
                atv                     =   "52.94770953214884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687677);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.83526278974986"
                atv                     =   "47.674204180634206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687678);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.71401324076422"
                atv                     =   "41.51431826709689"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687679);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.85554263093147"
                atv                     =   "39.12961523154642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687680);"
                    
                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(0, 111, 255, 0.78);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                    =   "7810"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.54141727903539"
                atv                     =   "72.9003721910007"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687681);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中企云萃森林257弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(255, 128, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]中企云萃森林257弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.95486136667918"
                atv                     =   "66.63647882343554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687682);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.5452496461616"
                atv                     =   "38.28318527183841"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687683);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.84379698867312"
                atv                     =   "38.664200470580134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687684);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.19735441765494"
                atv                     =   "39.06217395543685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687685);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "154.51060996403976"
                atv                     =   "39.74758465893803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687686);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.39780138339387"
                atv                     =   "39.78844725879561"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687687);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.34171618494423"
                atv                     =   "40.072077154344605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687688);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.60001876986502"
                atv                     =   "38.74407471476437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687689);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "140.73742399693103"
                atv                     =   "39.42379999382188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687690);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.49233011272037"
                atv                     =   "45.8207098103292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687691);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.28687569308696"
                atv                     =   "45.981446811094806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687692);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.700225455302"
                atv                     =   "45.98157206819523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687693);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.42794034348586"
                atv                     =   "46.67922699225998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687694);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.05907241441759"
                atv                     =   "54.65762056313214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687695);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.3033629757749"
                atv                     =   "55.39013401381847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687696);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "163.75439523112152"
                atv                     =   "55.42088901851435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687697);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.90616634515831"
                atv                     =   "57.273544980027076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687698);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.82106294743465"
                atv                     =   "60.15176594238133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687699);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.10158756713315"
                atv                     =   "64.6976253381598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687700);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.93146802190398"
                atv                     =   "66.12175721270874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687701);"
                    
                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(255, 128, 0, 0.78);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                    =   "7811"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23246557853463"
                atv                     =   "45.68486391677659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687702);"
                    
                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(221, 0, 255, 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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59672349557252"
                atv                     =   "32.51221467713276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687703);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86326891178226"
                atv                     =   "41.19795173596497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687704);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51226034353851"
                atv                     =   "32.52508185853605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687705);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10283805440207"
                atv                     =   "28.981772894196748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687706);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.68240385342301"
                atv                     =   "38.92951121668059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687707);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5145494145313"
                atv                     =   "29.626088233798093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687708);"
                    
                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(221, 0, 255, 0.78);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                    =   "7812"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.1"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/1/image/20240415/3cff266c4af7bac0637aa158de7d86d5.png"
                                        renderer                =   "webgl"
                                    ath                     =   "125.71855275568652"
                atv                     =   "19.029755420933807"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687709);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "凌兆新村地铁站"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 215, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-61.65556344665657"
                atv                     =   "6.37315896465375"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687710);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.21210535971295"
                atv                     =   "13.542529160359047"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687711);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.998640672299018"
                atv                     =   "4.347255703292724"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687712);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
                        <hotspot name               =   "spot_687713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.74660198220073"
                atv                     =   "4.758179013795109"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687713);"
                    
                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                    =   "7809"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22575">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22571"
            title                       =   "前滩百合园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   "31.142565"
            lng                         =   "121.460343"
            heading                     =   ""
            scene_id                    =   "22571"
            pano_id                     =   "689"
            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.13611900281891"
            hotspot_fenzu               =   '[{"id":524552,"pano_id":689,"view_id":22571,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":272,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524552,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.13611900281891"
                vlookat                 =   "61.682371108343"
                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/1e9bbeca882dd6dd/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="7296" tiledimageheight="7296">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3648" tiledimageheight="3648">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="1792">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1e9bbeca882dd6dd/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.14172431203946"
                atv                     =   "52.07697152505774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687496);"
                    
                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:linear-gradient(0deg,rgba(0, 111, 255, 1),rgba(0, 0, 0, 0.5));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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "110.03347558694759"
                atv                     =   "12.77170959399433"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687497);"
                    
                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                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687498"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-3.5615607371897795"
                atv                     =   "11.829717838023699"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687498);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "前滩体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.4860114230807"
                atv                     =   "3.04998316123919"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687499);"
                    
                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                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.22989120210315"
                atv                     =   "5.859371157416171"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687500);"
                    
                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                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "100.62270623255915"
                atv                     =   "0.6901034088011454"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687501);"
                    
                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                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687502"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-41.83561152532809"
                atv                     =   "11.041653202403257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687502);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "霁华壁儿童乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66530981632019"
                atv                     =   "24.945154760076033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687503);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5359057858044"
                atv                     =   "49.1829152415803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687504);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.51189042478774"
                atv                     =   "46.98641019929839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687505);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80408217255439"
                atv                     =   "44.62552802381054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687506);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4307540413821"
                atv                     =   "42.1314944800371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687507);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.22635812208836"
                atv                     =   "41.008531321098566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687508);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.984328367658065"
                atv                     =   "39.34168601493571"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687509);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.358520973388465"
                atv                     =   "42.418673430566784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687510);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44481981146794"
                atv                     =   "45.40448531618852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687511);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.381479498782824"
                atv                     =   "57.74147960609739"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687512);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.69094932652024"
                atv                     =   "54.49445744117518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687513);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78500993976019"
                atv                     =   "51.57438182825419"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687514);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.07638755473772"
                atv                     =   "49.76210112004157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687515);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.637109691674766"
                atv                     =   "46.360836573428244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687516);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88652752483188"
                atv                     =   "41.34043858665095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687517);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.037005156641555"
                atv                     =   "39.51996654483542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687518);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30731864996068"
                atv                     =   "31.18414317890855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687519);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-59.80111325868421"
                atv                     =   "28.87010373573264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687520);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.718528898725708"
                atv                     =   "41.562117500941746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687521);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.74464502559482"
                atv                     =   "38.14088223863427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687522);"
                    
                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(0, 111, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.666178579703626"
                atv                     =   "31.47853198447252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687523);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.167260829279144"
                atv                     =   "29.410453732926474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687524);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69094388528032"
                atv                     =   "25.943745854482614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687525);"
                    
                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(0, 111, 255, 0.78);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                    =   "7795"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82504586464614"
                atv                     =   "72.72014029459534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687526);"
                    
                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:linear-gradient(0deg,rgba(221, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]前滩百合园288弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6451856596213474"
                atv                     =   "44.54282706790584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687527);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91278800805014"
                atv                     =   "36.42495859875595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687528);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80439314548522"
                atv                     =   "37.82301853575693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687529);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44794796975242"
                atv                     =   "30.9042956693525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687530);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90662168380618"
                atv                     =   "33.0698258388029"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687531);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.793979111473504"
                atv                     =   "42.266014334523454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687532);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12019077090628"
                atv                     =   "39.50465229764056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687533);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.341530861895194"
                atv                     =   "44.79139489964809"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687534);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.77866814586099"
                atv                     =   "41.68196254222612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687535);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.488480126920706"
                atv                     =   "44.46043344019419"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687536);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.11284654098523"
                atv                     =   "48.54951981176235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687537);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.780456624064186"
                atv                     =   "38.90574805540119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687538);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63756069340519"
                atv                     =   "41.59265647107854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687539);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47866522182352"
                atv                     =   "44.39535761522548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687540);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.100614905268344"
                atv                     =   "48.393038509050086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687541);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79168695629829"
                atv                     =   "51.03119375622627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687542);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.741618642474805"
                atv                     =   "53.38406641905575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687543);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.502624622223834"
                atv                     =   "65.63269196544167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687544);"
                    
                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(196, 0, 255, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.864134417207026"
                atv                     =   "65.7924186625321"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687545);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.011977835508162"
                atv                     =   "64.4881025475249"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687546);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.152230853181095"
                atv                     =   "63.36679303448981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687547);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.32630581986149"
                atv                     =   "56.33742676912634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687548);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31990708836986"
                atv                     =   "51.27257797378083"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687549);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.198829839251971"
                atv                     =   "53.097169268513134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687550);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.39335728655908"
                atv                     =   "54.635969550693645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687551);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.571077964502479"
                atv                     =   "41.75604509559781"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687552);"
                    
                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(196, 0, 255, 0.78);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                    =   "7797"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.163137560719406"
                atv                     =   "4.182178429817041"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687553);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.36922425626062"
                atv                     =   "2.3402009199860787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687554);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.1065073323972"
                atv                     =   "0.385300918037727"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687555);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
                        <hotspot name               =   "spot_687556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.8188526212807"
                atv                     =   "-0.20319049496793576"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687556);"
                    
                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                    =   "7796"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22571">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22574"
            title                       =   "前滩润璟"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   "31.140379"
            lng                         =   "121.466994"
            heading                     =   ""
            scene_id                    =   "22574"
            pano_id                     =   "689"
            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.9917701903124"
            hotspot_fenzu               =   '[{"id":524555,"pano_id":689,"view_id":22574,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":275,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524555,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-1.9917701903124"
                vlookat                 =   "69.204737629777"
                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/bd6530cabdd26c24/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bd6530cabdd26c24/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-64.79425341104644"
                atv                     =   "18.47081090833254"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687639);"
                    
                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                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.09175615598554"
                atv                     =   "16.078265791611894"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687640);"
                    
                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                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22573"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.88967284776959"
                atv                     =   "8.006763359651947"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687641);"
                    
                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                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.8171007414389"
                atv                     =   "10.491824355604212"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687642);"
                    
                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                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687643"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-40.36164434392981"
                atv                     =   "12.268912590316285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "前滩体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687644"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-56.36290677401462"
                atv                     =   "10.096145373955986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "霁华壁儿童乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687645"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "172.64309399969483"
                atv                     =   "15.405253085612257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687645);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "终点广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.40505854646386"
                atv                     =   "75.18896180982156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687646);"
                    
                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(0, 77, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687647"
                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_687647,0xff0000,0.5,3,0x000000,1,0xffffff,0.5,2,0x005aff,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22574">
                                    <point ath="-146.0441198332173" atv="43.508757614232124" />
                                        <point ath="-147.48937867780026" atv="43.19090349991223" />
                                        <point ath="-148.7034181995166" atv="42.92135437212541" />
                                        <point ath="-149.90448321787034" atv="42.96374748801681" />
                                        <point ath="-151.26099661685078" atv="43.156758379922564" />
                                        <point ath="-153.06841249090033" atv="43.699318209425215" />
                                        <point ath="-168.87613827342506" atv="47.10155532793433" />
                                        <point ath="-170.11106751393822" atv="47.59174627116067" />
                                        <point ath="-170.31150676059966" atv="47.915877412903455" />
                                        <point ath="-170.64453358449413" atv="48.30025639184658" />
                                        <point ath="-163.13348434119263" atv="60.191142096220055" />
                                        <point ath="-150.5952458514106" atv="69.5069984266507" />
                                        <point ath="-148.89377375318952" atv="69.97726340902152" />
                                        <point ath="-145.991680117734" atv="70.19009490700608" />
                                        <point ath="-142.5042820461193" atv="70.03990509947847" />
                                        <point ath="-128.80954231665322" atv="64.8528212662064" />
                                        <point ath="-117.48299769456597" atv="55.85573851789027" />
                                        <point ath="-117.8084473467353" atv="55.15214671432808" />
                                        <point ath="-118.69559404013765" atv="54.60356379155731" />
                                        <point ath="-120.40576109474219" atv="54.02982865915958" />
                                    </hotspot>
                        <hotspot name               =   "spot_687648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.299934818769714"
                atv                     =   "8.095935942777144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687648);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22567"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.486519029879787"
                atv                     =   "7.131881148963986"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687649);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;南&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22568"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.565750367625355"
                atv                     =   "3.64444307080901"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687650);"
                    
                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(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgb(255, 255, 255);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;北&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22570"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
                        <hotspot name               =   "spot_687651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "146.43087523027268"
                atv                     =   "3.0875961334705035"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687651);"
                    
                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                    =   "7808"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22574">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22573"
            title                       =   "前滩绿地"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/thumb.jpg"
            fenzuid                     =   "7832"
            parent_fenzuid              =   "7831"
            lat                         =   "31.135187"
            lng                         =   "121.469179"
            heading                     =   ""
            scene_id                    =   "22573"
            pano_id                     =   "689"
            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                =   "120.19848163879"
            hotspot_fenzu               =   '[{"id":524554,"pano_id":689,"view_id":22573,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":274,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524554,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "120.19848163879"
                vlookat                 =   "48.088095790303"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "40"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/87386809d7add8e1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.506911648286746"
                atv                     =   "9.568040506172169"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687627);"
                    
                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                    =   "7807"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22571"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-28.638009841657947"
                atv                     =   "14.427050246934513"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687628);"
                    
                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                    =   "7807"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22574"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.844002256462886"
                atv                     =   "5.544551669745868"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687629);"
                    
                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                    =   "7807"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22575"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.50481968178974"
                atv                     =   "10.220589854459902"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687630);"
                    
                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                    =   "7807"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22572"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687631"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-158.7863620866783"
                atv                     =   "36.584498522059235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "终点广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687632"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "106.89779469612697"
                atv                     =   "7.3605159294021645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "浦星天地"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "113.60079133819059"
                atv                     =   "5.19323271351553"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海师范大学附属中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687634"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-33.088056240682874"
                atv                     =   "7.017407324598965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687634);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "前滩体育公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687635"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "23"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-44.51894432555957"
                atv                     =   "6.1401953877115645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687635);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "霁华壁儿童乐园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(0, 255, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.084630404735833"
                atv                     =   "5.6748893450022795"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海莱佛士医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(255, 0, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.144384501708714"
                atv                     =   "6.143730322440829"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "前滩学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]前&lt;br/&gt;滩&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
                        <hotspot name               =   "spot_687638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.5301104076621073"
                atv                     =   "6.705344190324058"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "冰厂田前滩幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(247, 0, 255, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22573">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22578"
            title                       =   "一品曼城商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/thumb.jpg"
            fenzuid                     =   "7834"
            parent_fenzuid              =   "7833"
            lat                         =   "31.115357"
            lng                         =   "121.487190"
            heading                     =   ""
            scene_id                    =   "22578"
            pano_id                     =   "689"
            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                =   "-20.2623466241"
            hotspot_fenzu               =   '[{"id":524559,"pano_id":689,"view_id":22578,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":279,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524559,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-14.220580892365'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-20.2623466241"
                vlookat                 =   "44.027966438813"
                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/1/pano/e3c5da8e60b4c85d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/e3c5da8e60b4c85d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_688222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.72406561388283"
                atv                     =   "29.690309931788523"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "一品曼城12期"
                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;]一品曼城12期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22576"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.14988429133621"
                atv                     =   "37.592464332556546"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "45期"
                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;]45期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22577"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-87.95670359191513"
                atv                     =   "20.097263392492035"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦恒馨苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;恒&lt;br/&gt;馨&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-61.12266550291008"
                atv                     =   "15.493190176579704"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦恒北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;恒&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.56588900705657"
                atv                     =   "21.651867062313865"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江锦南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;锦&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.87692375975746"
                atv                     =   "17.69945506999254"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江锦北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;锦&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.125827383864134"
                atv                     =   "20.379565196147947"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "有巢国际公寓社区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.707081021137867"
                atv                     =   "21.23750345907278"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海尚·米兰"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.7049178753046"
                atv                     =   "77.23265813379231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688230);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.026192268935574"
                atv                     =   "50.14338993549189"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688231);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.081423675885617"
                atv                     =   "2.9987441460212696"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.94373658086243"
                atv                     =   "2.7377946817710277"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688233);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "浦江世博商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.92435453714165"
                atv                     =   "11.202212165839615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688234);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.5579818587043"
                atv                     =   "33.75212335586194"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688235);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.00294792271774"
                atv                     =   "21.925558809752264"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688236);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.9617945696345"
                atv                     =   "21.96667912734819"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688237);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.28600808657512"
                atv                     =   "23.655512239747623"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688238);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-134.8343617297883"
                atv                     =   "17.934338876573303"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688239);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.83837073049472"
                atv                     =   "7.983361717985086"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688240);"
                    
                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                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22579"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                        <hotspot name               =   "spot_688241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.43618575327423"
                atv                     =   "49.721694679127545"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688241);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "3期"
                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;]3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7826"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22580"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22578">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14649"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-4.0505704444796" atv="30.59298532227" />
                                        <point ath="105.75889111634" atv="66.363642938008" />
                                        <point ath="156.40196633679" atv="17.821023000968" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14650"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="62.83187015661" atv="21.027108171201" />
                                        <point ath="51.639675107903" atv="50.015599593186" />
                                        <point ath="-105.50561049263" atv="27.276961780839" />
                                        <point ath="-108.32314086319" atv="18.571889590996" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_22576"
            title                       =   "12期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/thumb.jpg"
            fenzuid                     =   "7834"
            parent_fenzuid              =   "7833"
            lat                         =   "31.118569"
            lng                         =   "121.490381"
            heading                     =   ""
            scene_id                    =   "22576"
            pano_id                     =   "689"
            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                =   "-24.020247976723"
            hotspot_fenzu               =   '[{"id":524557,"pano_id":689,"view_id":22576,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":277,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524557,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-18.65549751275'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-24.020247976723"
                vlookat                 =   "55.325339581487"
                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/1/pano/5a8bbfde24060735/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/5a8bbfde24060735/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53097868516784"
                atv                     =   "60.69627570314356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687714);"
                    
                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                    =   "7813"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.62671087482812"
                atv                     =   "25.82848256266849"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687715);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14787461905829"
                atv                     =   "47.94032197953879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687716);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.94781760679297"
                atv                     =   "52.01216641077103"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687717);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75987284205394"
                atv                     =   "61.23743240002249"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687718);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.00285157117366"
                atv                     =   "66.19207567818034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687719);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.6649877845168"
                atv                     =   "70.14482771238119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687720);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51131071640583"
                atv                     =   "49.11107246571584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687721);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.19401409293596"
                atv                     =   "54.539873312488545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687722);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.30612620946329"
                atv                     =   "67.56327503811848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687723);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "99.81171342509126"
                atv                     =   "76.57135278592425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687724);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9356283125972"
                atv                     =   "48.74696510514154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687725);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.34685803457734"
                atv                     =   "54.02394831666274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687726);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.397676061069205"
                atv                     =   "63.34098552607805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687727);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.3143239872212"
                atv                     =   "70.61337605250037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687728);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.33792471332657"
                atv                     =   "78.21764515010106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687729);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73902153073914"
                atv                     =   "46.741681371419126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687730);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20896755079178"
                atv                     =   "52.734310772659505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687731);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27716516625486"
                atv                     =   "59.37613513282211"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687732);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.486079976912663"
                atv                     =   "68.14936974600303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687733);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0974222229725683"
                atv                     =   "74.02883756102955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687734);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.490934628695754"
                atv                     =   "44.965493068129376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687735);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.210492716833585"
                atv                     =   "49.953561517000054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687736);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.731077526421643"
                atv                     =   "54.9261942692669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687737);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.602321172245013"
                atv                     =   "61.36057792280522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687738);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.479870168586672"
                atv                     =   "66.0164470938707"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687739);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68160354200529"
                atv                     =   "47.737357565948145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687740);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.184530339563253"
                atv                     =   "50.58414374289258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687741);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.220988716194029"
                atv                     =   "55.219458946636074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687742);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7818295472690124"
                atv                     =   "56.551198247000414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687743);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.177901500001099"
                atv                     =   "58.98034926331478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687744);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24349370034031"
                atv                     =   "43.47476097121778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687745);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.061249429347413"
                atv                     =   "46.149443928932584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687746);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.7465154070099516"
                atv                     =   "49.77720678752556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687747);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.635267087565694"
                atv                     =   "50.68002760950329"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687748);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.041324966757543"
                atv                     =   "52.54948438109329"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687749);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.782017374134057"
                atv                     =   "39.3104044256973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687750);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.526148775480976"
                atv                     =   "40.33331065931129"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687751);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.029131020006616"
                atv                     =   "43.113684139975746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687752);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.277022165670985"
                atv                     =   "45.1067946262982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687753);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.73221658424643"
                atv                     =   "45.59169317242072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687754);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.162542257048756"
                atv                     =   "46.50249989330539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687755);"
                    
                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.78);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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.523531377630434"
                atv                     =   "32.10522290595342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687756);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27581455021357"
                atv                     =   "34.55933331106052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687757);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.03576453991997"
                atv                     =   "37.5586671229126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687758);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83203778397268"
                atv                     =   "30.53620543889803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687759);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42410237611034"
                atv                     =   "32.3701820693207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687760);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45237098233383"
                atv                     =   "34.99270137946808"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687761);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.55802138761362"
                atv                     =   "28.66053236232644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687762);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.59273507981226"
                atv                     =   "30.497352708281984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687763);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.82497372491548"
                atv                     =   "32.261948648765454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687764);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50017990595404"
                atv                     =   "29.27203246227637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687765);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.111017887949913"
                atv                     =   "30.526341549301804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687766);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "31.156381132417664"
                atv                     =   "26.313098993634075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687767);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.793503649914328"
                atv                     =   "27.272998117431527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687768);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05774758396666"
                atv                     =   "28.81172718963831"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687769);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56191732784714"
                atv                     =   "24.540294052561702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687770);"
                    
                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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687771"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "20.40759129892308"
                atv                     =   "35.968900764505996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687771);"
                    
                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.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                    =   "7813"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37292884019763"
                atv                     =   "56.80969770029049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687772);"
                    
                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(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;]鹏欣·一品漫城2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.136959327565364"
                atv                     =   "51.063313419368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687773);"
                    
                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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.10572963069325"
                atv                     =   "35.809395362912696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687774);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53480591227338"
                atv                     =   "37.223423586044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687775);"
                    
                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.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0703426163339"
                atv                     =   "38.792525709043794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687776);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.42489364184752"
                atv                     =   "40.30369603603895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "187"
                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;]187[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.59667336063762"
                atv                     =   "42.492776869013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "188"
                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;]188[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-94.83630396366891"
                atv                     =   "44.26377699526819"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687779);"
                    
                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.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80521470991289"
                atv                     =   "46.86629629995335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687780);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]190[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.47939075826588"
                atv                     =   "48.83487975945427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687781);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90298393895773"
                atv                     =   "53.994658346600716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687782);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.24478999044925"
                atv                     =   "56.024311105906534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687783);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-84.1646578804274"
                atv                     =   "59.65984984348662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687784);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-80.13786686732624"
                atv                     =   "62.41222591588829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687785);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25685540295262"
                atv                     =   "65.65594384617523"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687786);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.93878908979099"
                atv                     =   "68.55533461501506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "198"
                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;]198[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.174943646160614"
                atv                     =   "71.69844186129339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687788);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30056030472599"
                atv                     =   "73.82379060980723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "200"
                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;]200[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25079198972657"
                atv                     =   "34.99550817080145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687790);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.62516936536076"
                atv                     =   "36.292433706787016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687791);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.7894325843119"
                atv                     =   "37.88109742201709"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687792);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80780974567324"
                atv                     =   "39.08916501799573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687793);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.78293002439489"
                atv                     =   "40.86308514235822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687794);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.53676349573567"
                atv                     =   "42.5367768226619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687795);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.00952408997375"
                atv                     =   "44.61618514399238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687796);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44365390656003"
                atv                     =   "46.29490748024591"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687797);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "210"
                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;]210[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36675463566206"
                atv                     =   "51.11556849340886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687798);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "209"
                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;]209[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.0265680060574"
                atv                     =   "52.80993036694197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687799);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]208[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.55508557241347"
                atv                     =   "55.34886514693538"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687800);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "207"
                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;]207[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.39386886741033"
                atv                     =   "56.871507479952825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687801);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "206"
                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;]206[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.71947497587172"
                atv                     =   "59.40639718856345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687802);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]205[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51017242752158"
                atv                     =   "61.523536720101184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687803);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "203"
                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;]203[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.23917145117298"
                atv                     =   "64.13987621903819"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687804);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "202"
                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;]202[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.780285093843986"
                atv                     =   "65.14405402620937"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687805);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]201[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.02287007255302"
                atv                     =   "33.93037895438943"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687806);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89134012280266"
                atv                     =   "35.0820210607671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687807);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.74544706902168"
                atv                     =   "36.61771565985958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687808);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5914696450946"
                atv                     =   "37.60929111486703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687809);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]222[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.99051945439481"
                atv                     =   "39.263096140338746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687810);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82249598538152"
                atv                     =   "40.80436287021134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687811);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.59144535545386"
                atv                     =   "43.16000103879486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687812);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.43391677315907"
                atv                     =   "44.68755435603744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687813);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.97613548067528"
                atv                     =   "48.13758661670717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687814);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.13470205473931"
                atv                     =   "49.465185620273395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687815);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16773043563455"
                atv                     =   "51.36835321705514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687816);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "230"
                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;]230[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84152991747533"
                atv                     =   "52.49205906991955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687817);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08600329324969"
                atv                     =   "54.47083166579322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687818);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.16329050743002"
                atv                     =   "55.735086490975505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687819);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.77746711004863"
                atv                     =   "56.96726061921328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687820);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "235"
                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;]235[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.053862499893796"
                atv                     =   "57.87307985130854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687821);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]236[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26387890207752"
                atv                     =   "32.914952217195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687822);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "251"
                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;]251[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.97104888076422"
                atv                     =   "33.79179737662207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687823);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "250"
                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;]250[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.48615094391084"
                atv                     =   "35.02734967425116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687824);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "249"
                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;]249[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-75.08132791317138"
                atv                     =   "36.127424710369425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687825);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "248"
                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;]248[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03556885905795"
                atv                     =   "37.30039281552925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687826);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]247[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.34570481775557"
                atv                     =   "38.72488748143896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687827);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "246"
                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;]246[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.9399960738856"
                atv                     =   "40.262098494098396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687828);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "245"
                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;]245[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02094221817225"
                atv                     =   "41.41331216153863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687829);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]243[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93647630172336"
                atv                     =   "45.58756350161349"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687830);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]242[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01737581693169"
                atv                     =   "46.815768076682595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687831);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "241"
                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;]241[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.657513811359706"
                atv                     =   "48.39501590417645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687832);"
                    
                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, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2016214781608"
                atv                     =   "49.211337817631154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687833);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "239"
                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;]239[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.054648141626785"
                atv                     =   "50.455402621151805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687834);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "238"
                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;]238[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.92573758253207"
                atv                     =   "70.22249501762028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687835);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.57872369273787"
                atv                     =   "66.4570462984775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687836);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "169"
                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;]169[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.66653988393102"
                atv                     =   "61.519926084399884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687837);"
                    
                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.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.51687827097743"
                atv                     =   "53.669597440804175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687838);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                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;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.75773485318473"
                atv                     =   "49.30591332966273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687839);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.16879242612805"
                atv                     =   "76.46809929487026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687840);"
                    
                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(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]177[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.8689250151411"
                atv                     =   "69.53025908477122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687841);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.630702394834"
                atv                     =   "55.99374269993571"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687842);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.61259016029652"
                atv                     =   "51.431363730271244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687843);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.82070809034215"
                atv                     =   "51.20871583995139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687844);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "182"
                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;]182[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-105.39849011487769"
                atv                     =   "57.14570335122462"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687845);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-102.12212233752439"
                atv                     =   "67.63607199917207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687846);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "180"
                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;]180[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.17882872851851"
                atv                     =   "75.13260360923931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687847);"
                    
                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(189, 16, 224, 0.78);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                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.85873742268592"
                atv                     =   "82.18021047638139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687848);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "178"
                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;]178[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7814"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687849"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-60.84920242783505"
                atv                     =   "41.525538851668884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687849);"
                    
                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(189, 16, 224, 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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-100.15549063489209"
                atv                     =   "13.658899470528587"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687850);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "45期"
                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;]4&lt;br/&gt;5&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22577"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.28478537093116"
                atv                     =   "13.580871949168017"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687851);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.446995613357501"
                atv                     =   "10.024866440938029"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687852);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.34826347630116"
                atv                     =   "9.313674639009195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687853);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江锦北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;锦&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.95435442202768"
                atv                     =   "13.624868746173263"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687854);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江锦南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;锦&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.04390147583376"
                atv                     =   "7.202503815785421"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687855);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦恒北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;恒&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.595938258824333"
                atv                     =   "31.74950008699074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687856);"
                    
                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                    =   "7815"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.23479861761416"
                atv                     =   "25.15927594544373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687857);"
                    
                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.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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.23603871879851"
                atv                     =   "31.09512563855426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687858);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "253"
                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;]253[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47790655526222"
                atv                     =   "35.5651191780148"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687859);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44329616000334"
                atv                     =   "38.75602870170422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687860);"
                    
                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(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]256[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90570757107332"
                atv                     =   "24.524616740703582"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687861);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "262"
                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;]262[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53743671904715"
                atv                     =   "26.03056925111666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687862);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "261"
                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;]261[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79072544113126"
                atv                     =   "28.25042099820825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687863);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "260"
                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;]260[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.43563732837572"
                atv                     =   "29.895839268874838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687864);"
                    
                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(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]259[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.29950401282758"
                atv                     =   "32.28631821280536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687865);"
                    
                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(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]258[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.014780477546424"
                atv                     =   "33.20588657798929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687866);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "257"
                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;]257[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23080570758634"
                atv                     =   "36.24818325453692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687867);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.529282757113776"
                atv                     =   "36.28727890980063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687868);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.304834338507817"
                atv                     =   "35.38917870609981"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687869);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "3.9873565571722906"
                atv                     =   "32.91805511871749"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687870);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.776774660145577"
                atv                     =   "30.191040329190596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687871);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.668690686048762"
                atv                     =   "27.78463597534751"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687872);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.17220466581938"
                atv                     =   "30.273262507974923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687873);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.0079485148870617"
                atv                     =   "28.595467328643583"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687874);"
                    
                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(250, 100, 0, 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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.760793103809476"
                atv                     =   "30.08671845339822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687875);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.710934335814841"
                atv                     =   "28.975226632962393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687876);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.754506837713564"
                atv                     =   "26.106429539242892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687877);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.136330423560025"
                atv                     =   "25.199157663074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687878);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.503874780833485"
                atv                     =   "22.432058370218986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687879);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70983343230165"
                atv                     =   "23.350961297935207"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687880);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3485760222205272"
                atv                     =   "23.76552566069201"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687881);"
                    
                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.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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.663445337157498"
                atv                     =   "24.42561273104721"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687882);"
                    
                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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.497678192181183"
                atv                     =   "25.09393005409758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687883);"
                    
                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.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                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34378743050269"
                atv                     =   "27.120034291797598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687884);"
                    
                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(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]252[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7815"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.04598108786243"
                atv                     =   "16.90300703143884"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687885);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.8066257156193"
                atv                     =   "10.114899156147276"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687886);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.61371971191778"
                atv                     =   "7.69918794428186"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687887);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-171.77133018518663"
                atv                     =   "9.175422581999454"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687888);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-139.54171963837325"
                atv                     =   "7.130762727352442"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687889);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.85760377334361"
                atv                     =   "21.945445299896274"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687890);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.81770105059343"
                atv                     =   "30.47369306702473"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687891);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "177.81095691179544"
                atv                     =   "1.2389506451461074"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687892);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.94626855941078"
                atv                     =   "4.785948972244331"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687893);"
                    
                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                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22579"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
                        <hotspot name               =   "spot_687894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.22286689113355"
                atv                     =   "27.278360224513094"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687894);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "3期"
                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;]3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7816"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22580"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22576">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22580"
            title                       =   "3期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/thumb.jpg"
            fenzuid                     =   "7834"
            parent_fenzuid              =   "7833"
            lat                         =   "31.117936"
            lng                         =   "121.487341"
            heading                     =   ""
            scene_id                    =   "22580"
            pano_id                     =   "689"
            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                =   "-70.752673596435"
            hotspot_fenzu               =   '[{"id":524564,"pano_id":689,"view_id":22580,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":284,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524564,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-70.752673596435"
                vlookat                 =   "40.26898791038"
                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/1/pano/320c35fc1051ff22/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/320c35fc1051ff22/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_688799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-151.9119299980244"
                atv                     =   "21.37592980117751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688799);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.65280509139515"
                atv                     =   "5.032570546021277"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688800);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.153725649915486"
                atv                     =   "-0.5195091753293659"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688801);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-105.49699908677778"
                atv                     =   "18.140246180507628"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688802);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "45期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]4&lt;br/&gt;5&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22577"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "71.19200851046799"
                atv                     =   "25.05195947136953"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688803);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "12期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]1&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22576"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.8125646345444"
                atv                     =   "3.1730237545946522"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688804);"
                    
                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, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]宝&lt;br/&gt;华&lt;br/&gt;源&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7831"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22579"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.905483510586976"
                atv                     =   "69.40274234745846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688805);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.15447987525408"
                atv                     =   "24.57155081452837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688806);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.95090418515116"
                atv                     =   "48.16944375569036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688807);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.1858092828194"
                atv                     =   "32.31435436749854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688808);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.373038752794"
                atv                     =   "45.82074098990363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688809);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.25892905202835"
                atv                     =   "37.65709597980466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688810);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.89065723833363"
                atv                     =   "30.326702188912297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688811);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.13204361276394"
                atv                     =   "34.49023093776015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688812);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.78615802264892"
                atv                     =   "60.15859247742749"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688813);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.29852622108342"
                atv                     =   "55.111436962052736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688814);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67881255508212"
                atv                     =   "45.521685455249866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688815);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-115.62318952725906"
                atv                     =   "41.84855266730027"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688816);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9996752756869"
                atv                     =   "41.43225608998111"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688817);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-125.95392686008043"
                atv                     =   "37.278691578829054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688818);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.53110767996787"
                atv                     =   "70.1741333050017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688819);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.61856274499758"
                atv                     =   "60.30793685212016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688820);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.95533551075175"
                atv                     =   "49.6724131071634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688821);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.41168077270231"
                atv                     =   "39.20359898554546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688822);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.35729060738151"
                atv                     =   "72.66526224513304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688823);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.87914921203503"
                atv                     =   "62.36885004553307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688824);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.88730363528168"
                atv                     =   "48.66388600892543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688825);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.24964935252575"
                atv                     =   "41.85456680290919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688826);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.682091337699035"
                atv                     =   "63.76993685038921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688827);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.61486129299175"
                atv                     =   "57.46817714816261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688828);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93790093214125"
                atv                     =   "47.67139856774501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688829);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.0667987588809"
                atv                     =   "40.30577713217717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688830);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.667444111938266"
                atv                     =   "53.440969930834704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688831);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84757910771873"
                atv                     =   "49.101419596328356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688832);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30966888859405"
                atv                     =   "41.720384149692705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688833);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.14695656082961"
                atv                     =   "36.7836265665893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688834);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.498625563573796"
                atv                     =   "44.02767710867444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688835);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59407592230838"
                atv                     =   "41.52719296837127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688836);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25405634774296"
                atv                     =   "38.086777677670284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688837);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.14088959242696"
                atv                     =   "33.94066250517978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688838);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.25251830234447"
                atv                     =   "28.066068134900327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688839);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.946097206049558"
                atv                     =   "20.75705831128857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688840);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.94577078124178"
                atv                     =   "18.83338890843784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688841);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.814973777151522"
                atv                     =   "16.346320262326184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688842);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.06349443474414"
                atv                     =   "15.95319254618588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688843);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.29393303274418"
                atv                     =   "38.24207260317712"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688844);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.10916672008332"
                atv                     =   "39.6156529867839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688845);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
                        <hotspot name               =   "spot_688846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.29191263992158"
                atv                     =   "46.81094020478946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688846);"
                    
                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(0, 102, 255, 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                    =   "7832"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22580">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22577"
            title                       =   "45期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/thumb.jpg"
            fenzuid                     =   "7834"
            parent_fenzuid              =   "7833"
            lat                         =   "31.117456"
            lng                         =   "121.483861"
            heading                     =   ""
            scene_id                    =   "22577"
            pano_id                     =   "689"
            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                =   "-59.951278497146"
            hotspot_fenzu               =   '[{"id":524558,"pano_id":689,"view_id":22577,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":278,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524558,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0}]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-14.674554662813'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-59.951278497146"
                vlookat                 =   "51.492631134441"
                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/1/pano/737af7360260a0ef/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/737af7360260a0ef/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_687895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.15343052673529"
                atv                     =   "17.680306359530125"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_687895);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "12期"
                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;]1&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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22576"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9527314875649"
                atv                     =   "50.5427150726374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687896);"
                    
                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                    =   "7817"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.90402739741148"
                atv                     =   "32.42315890413278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687897);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93098561381004"
                atv                     =   "29.1263426898516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687898);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30024221745214"
                atv                     =   "33.12037644471497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687899);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.0340081892698"
                atv                     =   "36.85279951777866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687900);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.478561597289115"
                atv                     =   "31.591572971788842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687901);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.245670244846565"
                atv                     =   "35.022730769875466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687902);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.01431637864698"
                atv                     =   "37.70771503808824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687903);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59495429132187"
                atv                     =   "40.7487738048645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687904);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.40061444365904"
                atv                     =   "43.409746486001374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687905);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67903824820155"
                atv                     =   "44.99004187530706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687906);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07958297627698"
                atv                     =   "42.08604625953042"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687907);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.04364398814118"
                atv                     =   "38.17555840924621"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687908);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "68.34436297456875"
                atv                     =   "35.4630964075178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687909);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25556013065585"
                atv                     =   "35.84364897780428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687910);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30724856580923"
                atv                     =   "38.716790723575805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687911);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72138759504571"
                atv                     =   "42.11062789940871"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687912);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75297014641808"
                atv                     =   "45.8929891864281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687913);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7155236902995"
                atv                     =   "46.01667281088403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687914);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6772546046746"
                atv                     =   "43.52126341170667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687915);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.66259849119615"
                atv                     =   "41.4268008195341"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687916);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "80.41956368002218"
                atv                     =   "37.22529443864639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687917);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.82023152320068"
                atv                     =   "35.13016422853646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687918);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.54887116341638"
                atv                     =   "37.59269286028843"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687919);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.73897421906798"
                atv                     =   "40.694557003333856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687920);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.1084803777818"
                atv                     =   "42.251703515603594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687921);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.94549077293414"
                atv                     =   "45.760289253594856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687922);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.34541941067488"
                atv                     =   "44.60910205875953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687923);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.93770304020569"
                atv                     =   "42.498621168928125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687924);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.89912994946215"
                atv                     =   "40.51602234666299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687925);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.63469071470766"
                atv                     =   "36.71925235668072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687926);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.23785679705534"
                atv                     =   "34.47759076214047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687927);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "96.69049328558359"
                atv                     =   "33.4647948162453"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687928);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.8417201126748"
                atv                     =   "35.692748550678346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687929);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.32453803236984"
                atv                     =   "39.92925897590254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687930);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22174052264549"
                atv                     =   "42.362046444919805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687931);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.44225140581861"
                atv                     =   "40.527935340200465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687932);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88982473836711"
                atv                     =   "38.41437101498063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687933);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3053797145943"
                atv                     =   "33.87275415372704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687934);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79688558302854"
                atv                     =   "29.55400906546998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687935);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28696624563213"
                atv                     =   "27.850062773560573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687936);"
                    
                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.78);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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.77086917500719"
                atv                     =   "44.0422718835865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687937);"
                    
                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                    =   "7817"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.57158420200813"
                atv                     =   "58.84668594413257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687938);"
                    
                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: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;]鹏欣一品漫城4期别墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.7651303354388"
                atv                     =   "48.37924647788825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687939);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85254696290184"
                atv                     =   "53.592707922091925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687940);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.87412574198396"
                atv                     =   "56.46431566348343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687941);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.835505816871546"
                atv                     =   "59.49415452743488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687942);"
                    
                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: 14px ;text-align:center;;&apos;]133[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.487345743942114"
                atv                     =   "62.260503090943836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687943);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75591321816432"
                atv                     =   "64.93260225721056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687944);"
                    
                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: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.07737431942428"
                atv                     =   "70.76783928965125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687945);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.67190032554538"
                atv                     =   "67.17343236723896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687946);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.816545322374736"
                atv                     =   "63.45421896808326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687947);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3633298063786"
                atv                     =   "60.126307996086624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687948);"
                    
                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: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.123434624056245"
                atv                     =   "62.64884556438647"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687949);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.082757149640543"
                atv                     =   "66.40123956243082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687950);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.257475765570575"
                atv                     =   "70.71225462567445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687951);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.992551364004385"
                atv                     =   "75.70970032123732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687952);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4715941951831155"
                atv                     =   "77.68300163696054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687953);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.381324452091178"
                atv                     =   "73.33350362495584"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687954);"
                    
                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: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.525310211436988"
                atv                     =   "69.20294501665852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687955);"
                    
                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: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2857076804264125"
                atv                     =   "65.0180310365843"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687956);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.696598791897372"
                atv                     =   "63.56962901356963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687957);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.009237095191281"
                atv                     =   "67.34589146876968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687958);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.76344475381984"
                atv                     =   "71.14962052044363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687959);"
                    
                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: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.938670966960274"
                atv                     =   "74.90972536024475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687960);"
                    
                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: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.13228650275187"
                atv                     =   "70.28675393795395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687961);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94199941101874"
                atv                     =   "67.30810167077178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687962);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.390306259328668"
                atv                     =   "64.11734181392433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687963);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "22.718183943365148"
                atv                     =   "60.99261298977176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687964);"
                    
                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: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.58270170235039"
                atv                     =   "57.91275763589159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687965);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85441661552335"
                atv                     =   "60.62643286586507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687966);"
                    
                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: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.30200382463346"
                atv                     =   "62.55700771227299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687967);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62192024846132"
                atv                     =   "65.01356959879068"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687968);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "61.972066915866094"
                atv                     =   "59.37270205771242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687969);"
                    
                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: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.777406289201224"
                atv                     =   "58.10237740015203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687970);"
                    
                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: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.08300211184303"
                atv                     =   "56.187653615194506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687971);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.25902767601525"
                atv                     =   "54.461722730800815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687972);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.06689223259036"
                atv                     =   "50.37026377594445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687973);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.67218842084708"
                atv                     =   "52.33812057613398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687974);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.595364508331386"
                atv                     =   "53.61537370467261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687975);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "64.70259361091644"
                atv                     =   "55.26148097634923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687976);"
                    
                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: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "75.95798022764723"
                atv                     =   "56.63954094959738"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687977);"
                    
                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: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44922917895735"
                atv                     =   "56.93756778124625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687978);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.08611020638386"
                atv                     =   "56.696590932099824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687979);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.51144735915932"
                atv                     =   "62.052172371208755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687980);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.28967783238465"
                atv                     =   "62.46819910186553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687981);"
                    
                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: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45002061570392"
                atv                     =   "61.94160662142171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687982);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "71.21139327548997"
                atv                     =   "67.72809601821461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687983);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.3591881752343"
                atv                     =   "68.73350813585967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687984);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.57617049912989"
                atv                     =   "68.18084156769926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687985);"
                    
                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: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.06516274689054"
                atv                     =   "73.17103283142957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687986);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "85.29790339426029"
                atv                     =   "74.13910293971081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687987);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "66.83277538199764"
                atv                     =   "73.93750506847611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687988);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75975850135126"
                atv                     =   "80.6630103643845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687989);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "84.830147564036"
                atv                     =   "81.40049659240933"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687990);"
                    
                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: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.47754527780464"
                atv                     =   "79.86509787754174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687991);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.23742038026745"
                atv                     =   "82.09865343763289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687992);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.5584299431401"
                atv                     =   "85.82343067705422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687993);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91153057566464"
                atv                     =   "85.92525127432948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687994);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.307853262405786"
                atv                     =   "82.32785059671372"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687995);"
                    
                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: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80201365724685"
                atv                     =   "77.24487360045966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687996);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68453060790472"
                atv                     =   "79.68189610725992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687997);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.22590238375483"
                atv                     =   "79.09301124735454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687998);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_687999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-141.64424685834183"
                atv                     =   "77.83907153267978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_687999);"
                    
                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: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-124.26139322863463"
                atv                     =   "70.99181829448213"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688000);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.60967318892321"
                atv                     =   "72.11263586775445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688001);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-95.70186833585132"
                atv                     =   "71.52183815728479"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688002);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-82.43568951146841"
                atv                     =   "70.0822873709865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688003);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-89.95513414186894"
                atv                     =   "64.09900300703893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688004);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-99.88689259296007"
                atv                     =   "65.2039986948163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688005);"
                    
                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: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.43880370921568"
                atv                     =   "65.43279824047825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688006);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.74294060665446"
                atv                     =   "65.50605362346384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688007);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91010463161226"
                atv                     =   "62.62507087345907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688008);"
                    
                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: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46075410419036"
                atv                     =   "60.56682960315925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688009);"
                    
                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: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.6199330144469"
                atv                     =   "58.47081905174018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688010);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.5225156743557"
                atv                     =   "56.030598873070815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688011);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.75438355912996"
                atv                     =   "59.11842469416616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688012);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.00701544897154"
                atv                     =   "62.41669739961456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688013);"
                    
                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: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.64741331284102"
                atv                     =   "65.04852698280499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688014);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.13059308985427"
                atv                     =   "67.60562053559572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688015);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.6926438679911"
                atv                     =   "71.83528583563776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688016);"
                    
                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: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.24872371378632"
                atv                     =   "68.24982511643458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688017);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.5044423085336"
                atv                     =   "64.81731055357413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688018);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.60657504890415"
                atv                     =   "61.51019926350075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688019);"
                    
                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: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.5325888548039"
                atv                     =   "62.52895636239639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688020);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.30512980061457"
                atv                     =   "66.75653345195056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688021);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.33045412551417"
                atv                     =   "71.09952193248095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688022);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.4065348003789"
                atv                     =   "75.11018693142995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688023);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.88010189519406"
                atv                     =   "74.85860508809454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688024);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "149.78329049139825"
                atv                     =   "70.27392476284896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688025);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.00401146851482"
                atv                     =   "66.3053857542529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688026);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.18485960205518"
                atv                     =   "62.42826043988262"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688027);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.25695069165675"
                atv                     =   "63.49817363068455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688028);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.02470073208565"
                atv                     =   "66.51940362927175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688029);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.28074168298116"
                atv                     =   "69.84115951750438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688030);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94454759910897"
                atv                     =   "64.94811326703424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688031);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8472579571199"
                atv                     =   "62.36648115350732"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688032);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20898583544727"
                atv                     =   "59.833121771042045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688033);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.37121780724183"
                atv                     =   "54.022723273165276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688034);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.47285251244381"
                atv                     =   "56.38545830905238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688035);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.10959605997411"
                atv                     =   "58.29448313585667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688036);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44390950670035"
                atv                     =   "59.90880752746561"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688037);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.36833850172238"
                atv                     =   "54.936939950671295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688038);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.63220087895763"
                atv                     =   "53.79036001388959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688039);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.68012325000223"
                atv                     =   "52.193769107201746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688040);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.44843182939206"
                atv                     =   "50.6474344173316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688041);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.35030787613613"
                atv                     =   "47.2035586755488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688042);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.06813019827436"
                atv                     =   "48.20663583050171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688043);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.24050106023293"
                atv                     =   "49.63468131930317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688044);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.39470364930128"
                atv                     =   "50.645937547294146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688045);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.46949482399947"
                atv                     =   "52.089070814216406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688046);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.1365652457375"
                atv                     =   "52.62124115655966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688047);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.8398330781975"
                atv                     =   "53.92179491881842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688048);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.68657969759215"
                atv                     =   "53.829017735273396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688049);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "152.28141911242187"
                atv                     =   "53.56969307819006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688050);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.65839468232144"
                atv                     =   "53.478629510586174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688051);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.54882169373295"
                atv                     =   "53.0709567694599"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688052);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.9120132629651"
                atv                     =   "43.8090987599401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688053);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.17456651819822"
                atv                     =   "44.94671024586516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688054);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.2533564834336"
                atv                     =   "46.185698311160586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688055);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.44698250335915"
                atv                     =   "47.73983108170367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688056);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.40562511316173"
                atv                     =   "48.36282540901066"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688057);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.55107344653123"
                atv                     =   "46.66929382319133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688058);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.26284789687315"
                atv                     =   "48.746796744897175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688059);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.2262402218194"
                atv                     =   "49.069378451146854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688060);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.62813324346013"
                atv                     =   "48.522047211390294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688061);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20378271603522"
                atv                     =   "60.125894347857326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688062);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.31484126193874"
                atv                     =   "58.1318456146379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688063);"
                    
                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(189, 16, 224, 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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85733034972958"
                atv                     =   "55.806436010470385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688064);"
                    
                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: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "156.17260525916436"
                atv                     =   "49.190714886182434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688065);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.33162519513047"
                atv                     =   "49.12829098580771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688066);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.16468732094995"
                atv                     =   "53.585163746504385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688067);"
                    
                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                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.32003095878812"
                atv                     =   "52.04263208668545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688068);"
                    
                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: 14px ;text-align:center;;&apos;]174[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7818"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.477159595901128"
                atv                     =   "48.99527350438804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688069);"
                    
                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: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;]鹏欣一品漫城4期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7819"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.959767699443546"
                atv                     =   "37.794739892205634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688070);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.226107876737274"
                atv                     =   "52.00496539863524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688071);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.489398966269448"
                atv                     =   "53.39411389686162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688072);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.827153649705508"
                atv                     =   "53.60993441313677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688073);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.7082141208965709"
                atv                     =   "53.23229948021659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688074);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.52291559321867"
                atv                     =   "51.746697022388034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688075);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.835216450173448"
                atv                     =   "50.31648915561425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688076);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32796962531529"
                atv                     =   "48.75729123052132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688077);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59101774331168"
                atv                     =   "44.719900798323984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688078);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "40.17577428624878"
                atv                     =   "42.77594706017826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688079);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.685928801049954"
                atv                     =   "37.71440339224225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688080);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.483291988345627"
                atv                     =   "38.972195874510724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688081);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.320848421668074"
                atv                     =   "33.586316568097295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688082);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.363663630209885"
                atv                     =   "34.5769553441401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688083);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.661109117917135"
                atv                     =   "36.32136098890594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688084);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.704771612159334"
                atv                     =   "37.36902801570921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688085);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4874010188432294"
                atv                     =   "38.42792205973158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688086);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.846914232120469"
                atv                     =   "38.92550865545038"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688087);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34280030462952"
                atv                     =   "38.51970069304288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688088);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.91336779105825"
                atv                     =   "45.100117004748384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688089);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80044155667315"
                atv                     =   "46.93795418197991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688090);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79705059167452"
                atv                     =   "50.231899138146595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688091);"
                    
                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(250, 100, 0, 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                    =   "7819"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70618302233379"
                atv                     =   "58.09455507390509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688092);"
                    
                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: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;]鹏欣一品漫城5期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.06844479614426"
                atv                     =   "28.61473509551047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688093);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.10888393186877"
                atv                     =   "39.2537942053104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688094);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "209"
                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;]209[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.33279131717848"
                atv                     =   "33.413677577562886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688095);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "207"
                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;]207[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.12095366149578"
                atv                     =   "33.73994297488698"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688096);"
                    
                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(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]205[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.67635614784342"
                atv                     =   "36.22748023793649"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688097);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "204"
                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;]204[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.42953312009735"
                atv                     =   "43.59713780137908"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688098);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "203"
                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;]203[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.408634220332"
                atv                     =   "45.67049862953453"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688099);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "202"
                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;]202[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.53633589284595"
                atv                     =   "36.10577692478786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688100);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.86369229455093"
                atv                     =   "38.66565565700263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688101);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "198"
                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;]198[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.05190397436112"
                atv                     =   "46.722858617554714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688102);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.01728993813606"
                atv                     =   "51.035205919988556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688103);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02144140760649"
                atv                     =   "39.590216414511225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688104);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "194"
                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;]194[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59188466449982"
                atv                     =   "36.67708299073731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688105);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.47516758698168"
                atv                     =   "36.78848954329542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688106);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-96.67015985905186"
                atv                     =   "39.0771187350663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688107);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76598438539463"
                atv                     =   "45.93059414606114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688108);"
                    
                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(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]190[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.96987549097395"
                atv                     =   "50.68169117606916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688109);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-87.72212945672146"
                atv                     =   "35.12243221462082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688110);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.23861126571092"
                atv                     =   "37.30413668850111"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688111);"
                    
                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(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.05532514999254"
                atv                     =   "41.91431798746667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688112);"
                    
                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(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]184[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.84576977522971"
                atv                     =   "45.89213150056838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688113);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24557743032346"
                atv                     =   "32.48395477860411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688114);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "182"
                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;]182[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.14052673094443"
                atv                     =   "34.23773242214646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688115);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.93986535964325"
                atv                     =   "37.54070560988328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688116);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "180"
                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;]180[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38608476966408"
                atv                     =   "39.84421876258921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688117);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.93599254750245"
                atv                     =   "31.612010308021862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688118);"
                    
                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(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]177[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.18160025857668"
                atv                     =   "30.39125354757494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688119);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.50025109746514"
                atv                     =   "35.26650590646388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688120);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.55733220912748"
                atv                     =   "33.69029790803658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688121);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                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;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.189863270130616"
                atv                     =   "31.00179770839672"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688122);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.841336363943185"
                atv                     =   "29.880244104889517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688123);"
                    
                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(208, 2, 27, 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                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.98159594257498"
                atv                     =   "40.71876717526314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688124);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "210"
                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;]210[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7820"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.637912078587078"
                atv                     =   "9.960466350984419"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688125);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.320479743647411"
                atv                     =   "33.37002729020855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688126);"
                    
                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                    =   "7821"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.253779395674655"
                atv                     =   "27.338009622753955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688127);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.081509654292972"
                atv                     =   "25.49721148613741"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688128);"
                    
                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.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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49417433624739715"
                atv                     =   "23.82355885774237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688129);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.659794359018576"
                atv                     =   "22.33044799222308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688130);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.902281969089813"
                atv                     =   "21.52874755134941"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688131);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47149719967814"
                atv                     =   "35.458956866272196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688132);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.670298181959822"
                atv                     =   "35.690244886682585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688133);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.008692617164115"
                atv                     =   "36.37024503468977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688134);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.197565959880421"
                atv                     =   "29.198412370619454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688135);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.0245395398495702"
                atv                     =   "29.078161014886508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688136);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.91778963090104"
                atv                     =   "28.029002455439777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688137);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.770596559609544"
                atv                     =   "26.115712168939297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688138);"
                    
                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                    =   "7821"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.55005123710225"
                atv                     =   "30.343301531635472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688139);"
                    
                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                    =   "7822"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.72220240764136"
                atv                     =   "22.53613027465736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688140);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.4135821672672932"
                atv                     =   "23.612504618297233"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688141);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.196048098452252"
                atv                     =   "26.15109765066326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688142);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.24690834741341"
                atv                     =   "19.885071786962055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688143);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.368216456824598"
                atv                     =   "21.566157880197252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688144);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09412968554824"
                atv                     =   "21.93698395646873"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688145);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.20174445560201"
                atv                     =   "19.675355366898522"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688146);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.803214023835267"
                atv                     =   "19.466503267057256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688147);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.031051793573965"
                atv                     =   "19.390217270614432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688148);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.43650611924602"
                atv                     =   "19.10661991732575"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688149);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.782872415286988"
                atv                     =   "22.77789831976254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688150);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42658938543036"
                atv                     =   "22.796994165328183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688151);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.75534466760388"
                atv                     =   "18.666149366768543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688152);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.56135628501727"
                atv                     =   "18.296886621291968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688153);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.608350107754745"
                atv                     =   "22.7034087190509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688154);"
                    
                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                    =   "7822"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.68487405784123"
                atv                     =   "23.90407991474333"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688155);"
                    
                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                    =   "7823"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.34158640305651"
                atv                     =   "19.466657664181632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688156);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18446234412397"
                atv                     =   "16.008107971647583"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688157);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.370491151805254"
                atv                     =   "15.154936808994957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688158);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-63.099895076237885"
                atv                     =   "14.791696318653502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688159);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1777826752155"
                atv                     =   "17.21715694683974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688160);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.39877003756936"
                atv                     =   "16.93669529407312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688161);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.8493949426699"
                atv                     =   "15.788270062216743"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688162);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.37482177097479"
                atv                     =   "16.602004949264202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688163);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.94374904703818"
                atv                     =   "17.30445254766601"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688164);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.07733551297895"
                atv                     =   "22.411317969019347"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688165);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.75352074206347"
                atv                     =   "23.08929367427459"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688166);"
                    
                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                    =   "7823"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.19387284721267"
                atv                     =   "31.161152526244795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688167);"
                    
                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                    =   "7824"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.0315586745073"
                atv                     =   "18.547011064427448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688168);"
                    
                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.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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-120.56758327842326"
                atv                     =   "23.19669631378619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688169);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-117.05404178193427"
                atv                     =   "15.418775411106171"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688170);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-118.21192066029269"
                atv                     =   "16.43848873035957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688171);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.22415890071142"
                atv                     =   "17.737444004091927"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688172);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.03127542392568"
                atv                     =   "18.500215860539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688173);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.16719291784256"
                atv                     =   "19.337342026990807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688174);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60535687513888"
                atv                     =   "21.12360409342086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688175);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.06781509988704"
                atv                     =   "22.131385875951374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688176);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-122.53459545160183"
                atv                     =   "14.961242060576785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688177);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-123.60342480897742"
                atv                     =   "15.931473918428772"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688178);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-127.406268235054"
                atv                     =   "14.900508772224253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688179);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.6548922049718"
                atv                     =   "15.387116146440173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688180);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-128.5160370488951"
                atv                     =   "17.067878100256443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688181);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5896921502"
                atv                     =   "17.764511815053098"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688182);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.70475985680943"
                atv                     =   "18.580013240020357"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688183);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.88781687523363"
                atv                     =   "20.529054744522963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688184);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.50216159199124"
                atv                     =   "21.21960693322845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688185);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-130.80048799766445"
                atv                     =   "13.9209617324789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688186);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.6772331295379"
                atv                     =   "14.692709254449184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688187);"
                    
                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.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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.16731240192422"
                atv                     =   "15.80121477588953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688188);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.1762139665538"
                atv                     =   "16.591647802143488"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688189);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.021039347794"
                atv                     =   "17.68419991007438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688190);"
                    
                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.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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-98.14242871519639"
                atv                     =   "17.754555912691067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688191);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79691795470205"
                atv                     =   "19.113596492682053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688192);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.81468069276747"
                atv                     =   "20.094369444037977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688193);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-101.73594846750865"
                atv                     =   "21.929361542534323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688194);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.61612343693167"
                atv                     =   "17.47950038706713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688195);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85694446852159"
                atv                     =   "18.71628701099531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688196);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-108.25825898330584"
                atv                     =   "22.528725918376317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688197);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-108.33330873718086"
                atv                     =   "24.098653008576736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688198);"
                    
                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.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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-108.85508962666648"
                atv                     =   "25.77552125882723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688199);"
                    
                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.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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-110.90122218032073"
                atv                     =   "16.072542981505084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688200);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-111.79215023674064"
                atv                     =   "16.905737020626525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688201);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-113.64564632038338"
                atv                     =   "18.313748206108052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688202);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.0547452048985"
                atv                     =   "19.48558591533893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688203);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-114.80949348777509"
                atv                     =   "20.41002946515472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688204);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-119.56237022891654"
                atv                     =   "21.826853281654166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688205);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-86.36504086605811"
                atv                     =   "19.454452524899164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688206);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-85.3253592811999"
                atv                     =   "20.52422302396492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688207);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.97158753241928"
                atv                     =   "17.777629413650363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688208);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-90.24287381792482"
                atv                     =   "18.860491381258896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688209);"
                    
                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(250, 100, 0, 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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.99345131910036"
                atv                     =   "20.178054199860316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688210);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-92.44291845678032"
                atv                     =   "21.387495245153406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688211);"
                    
                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                    =   "7824"
                cj_fovmin               =   "20"
                cj_fovmax               =   "115"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "127.77488092689771"
                atv                     =   "14.58852522814593"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688212);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22589"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.17213483165753"
                atv                     =   "11.151070875726683"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688213);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22590"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.42941080499781"
                atv                     =   "12.16292013135852"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688214);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22591"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "153.02498419710997"
                atv                     =   "12.59010101577485"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688215);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22588"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.65809753611973"
                atv                     =   "12.660384157782035"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688216);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22598"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/bfcad5c3431a0bddd702b2a1f3ddb7fb.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.734680199474326"
                atv                     =   "24.40189667981136"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688217);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(220, 20, 60, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7825"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.831406195688032"
                atv                     =   "7.410624320232207"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688218);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.2956230345241693"
                atv                     =   "3.119292181721107"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.6240839950213"
                atv                     =   "31.670759775838665"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688220);"
                    
                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;]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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22580"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
                        <hotspot name               =   "spot_688221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "82.9501728967839"
                atv                     =   "5.5581360600790335"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688221);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22579"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22577">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22579"
            title                       =   "宝华源墅"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/thumb.jpg"
            fenzuid                     =   "7834"
            parent_fenzuid              =   "7833"
            lat                         =   "31.119573"
            lng                         =   "121.506989"
            heading                     =   ""
            scene_id                    =   "22579"
            pano_id                     =   "689"
            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                =   "-11.236875799045"
            hotspot_fenzu               =   '[{"id":524560,"pano_id":689,"view_id":22579,"name":"\u663e\u793a\/\u9690\u85cf","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"\", \"hlookat\": \"\", \"vlookat\": \"\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":280,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":0,"player_style_data":{"fov":"","hlookat":"","vlookat":"","fovscale":0},"group_id":524560,"fz_name":"\u663e\u793a\/\u9690\u85cf","hlookat":"","vlookat":"","fov":"","fovscale":0},{"id":524561,"pano_id":689,"view_id":22579,"name":"\u8054\u6392\u522b\u5885","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"120\", \"hlookat\": \"75.98585694089547\", \"vlookat\": \"78.0287378510401\", \"fovscale\": 1}","legacy_type":"fenzu","legacy_id":281,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":222,"player_style_data":{"fov":"120","hlookat":"75.98585694089547","vlookat":"78.0287378510401","fovscale":1},"group_id":524561,"fz_name":"\u8054\u6392\u522b\u5885","hlookat":"75.98585694089547","vlookat":"78.0287378510401","fov":"120","fovscale":1},{"id":524562,"pano_id":689,"view_id":22579,"name":"\u4e0a\u53e0\u522b\u5885","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"120\", \"hlookat\": \"-21.808545426291634\", \"vlookat\": \"42.86213614276387\", \"fovscale\": 1}","legacy_type":"fenzu","legacy_id":282,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":166,"player_style_data":{"fov":"120","hlookat":"-21.808545426291634","vlookat":"42.86213614276387","fovscale":1},"group_id":524562,"fz_name":"\u4e0a\u53e0\u522b\u5885","hlookat":"-21.808545426291634","vlookat":"42.86213614276387","fov":"120","fovscale":1},{"id":524563,"pano_id":689,"view_id":22579,"name":"\u4e0b\u53e0\u522b\u5885","sort":0,"show_in_player":1,"player_style":"{\"fov\": \"120\", \"hlookat\": \"-21.808545426291634\", \"vlookat\": \"42.86213614276387\", \"fovscale\": 0}","legacy_type":"fenzu","legacy_id":283,"is_del":0,"create_time":1782349634,"update_time":1782349634,"member_count":166,"player_style_data":{"fov":"120","hlookat":"-21.808545426291634","vlookat":"42.86213614276387","fovscale":0},"group_id":524563,"fz_name":"\u4e0b\u53e0\u522b\u5885","hlookat":"-21.808545426291634","vlookat":"42.86213614276387","fov":"120","fovscale":0}]'
            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            =   '1'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-11.236875799045"
                vlookat                 =   "45.126836980743"
                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/1/pano/d7d7574bc8bfbaaf/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="8192">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/d7d7574bc8bfbaaf/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_688242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.42398289622366"
                atv                     =   "3.80419617311661"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688242);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "一品曼城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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                    =   "7827"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-144.89375333815175"
                atv                     =   "3.5634567570862226"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688243);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "华侨城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7827"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.96968070513742"
                atv                     =   "-0.7501875196208576"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_688244);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "前滩区位图"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 255, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-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                    =   "7827"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.24336450534997"
                atv                     =   "32.33600730028146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688245);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "568"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]568[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.99349953483207"
                atv                     =   "32.839155596783456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688246);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "569"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]569[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.83001068973752"
                atv                     =   "33.251655894026726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688247);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "570"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]570[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84613992153845"
                atv                     =   "33.8059983456715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688248);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "571"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]571[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.74587729112983"
                atv                     =   "34.90187127789236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688249);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "572"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]572[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.63073473411916"
                atv                     =   "35.12118938043606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688250);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "573"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]573[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.7253049181657"
                atv                     =   "35.44670437464799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688251);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "575"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]575[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "151.08593732232575"
                atv                     =   "35.64912397750135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688252);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "576"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]576[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.32260671906022"
                atv                     =   "35.96302128415121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688253);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "577"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]577[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.8585233395399"
                atv                     =   "36.422904286249036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688254);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "578"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]578[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.83575153124588"
                atv                     =   "35.85579917151823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "585"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]585[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.3383166506851"
                atv                     =   "36.137998185180784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688256);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "583"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]583[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.28327340159126"
                atv                     =   "36.2707692207154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688257);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "582"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]582[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.7345764228436"
                atv                     =   "36.36513660650975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688258);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "581"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]581[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.72526573259137"
                atv                     =   "36.47679424998278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688259);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "580"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]580[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.54770823072482"
                atv                     =   "36.578435243466316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688260);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "579"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]579[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.7394166624362"
                atv                     =   "32.03897946635399"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688261);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "605"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]605[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.8162445395704"
                atv                     =   "32.1629905709496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688262);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "606"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]606[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.02713024128488"
                atv                     =   "32.275284340577166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "607"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]607[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.05181809696967"
                atv                     =   "32.44102925928859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688264);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "608"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]608[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.11840672957203"
                atv                     =   "32.666166538356315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688265);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "609"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]609[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.82922181040493"
                atv                     =   "32.807114866651425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "610"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]610[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "164.59854280133706"
                atv                     =   "32.865294640829674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688267);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "609"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]609[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "162.70210857667905"
                atv                     =   "32.89492861807576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688268);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "608"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]608[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "160.9879217840783"
                atv                     =   "32.841753980668706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688269);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "607"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]607[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "159.18981763629165"
                atv                     =   "32.88664397798525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "606"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]606[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "157.49339679410286"
                atv                     =   "32.77844974829692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688271);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "605"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]605[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "155.37948903901543"
                atv                     =   "32.77880016468966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688272);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "603"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]603[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.6890631935815"
                atv                     =   "32.409106791956454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688273);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "602"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]602[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.72209949184014"
                atv                     =   "32.17561907795965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688274);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "601"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]601[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.05565785807795"
                atv                     =   "31.98434183502645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688275);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "600"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]600[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.308823056881"
                atv                     =   "31.77136144489061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688276);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "599"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]599[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "143.61607691253081"
                atv                     =   "31.577767695962798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688277);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "598"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]598[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.0485515229655"
                atv                     =   "31.345050344393453"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688278);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "597"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]597[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.33429522349124"
                atv                     =   "30.64332133533904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688279);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "596"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]596[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.78212373147588"
                atv                     =   "30.311556150509087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688280);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "595"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]595[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.14431240572068"
                atv                     =   "30.03800305261051"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688281);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "593"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]593[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.90821885556093"
                atv                     =   "29.889692729342123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688282);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "592"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]592[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.64765495804545"
                atv                     =   "51.11764342444226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688283);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "485"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]485[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.4360230638594"
                atv                     =   "51.371693270550345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688284);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "483"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]483[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "147.27556232964298"
                atv                     =   "50.275118237940674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688285);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "482"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]482[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.21760751875894"
                atv                     =   "49.75550010677057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688286);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "481"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]481[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "141.03680946041783"
                atv                     =   "49.106052279077474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688287);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "480"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]480[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.54979668775695"
                atv                     =   "48.472508916571385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688288);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "479"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]479[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "135.01759487215438"
                atv                     =   "47.65531045932285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688289);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "478"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]478[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.2194799479991"
                atv                     =   "47.00345652169727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688290);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "477"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]477[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51698009857449"
                atv                     =   "45.03754002748434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688291);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "476"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]476[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.5118799131817"
                atv                     =   "44.326141836471294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688292);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "475"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]475[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "122.7531632094134"
                atv                     =   "43.487210570284674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688293);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "473"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]473[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.8015394148172"
                atv                     =   "42.56936780574501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688294);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "472"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]472[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "119.06262866230185"
                atv                     =   "41.792943330985025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "471"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]471[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "117.03952850776113"
                atv                     =   "40.975965463767906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688296);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "470"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]470[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-177.47981599832127"
                atv                     =   "44.295039707303026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688297);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "522"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]522[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.55015458014776"
                atv                     =   "44.686536371469316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688298);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "521"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]521[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "176.69303897978"
                atv                     =   "45.04850842336549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688299);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "520"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]520[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.69921244666608"
                atv                     =   "45.479870316587565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688300);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "519"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]519[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "170.62896518622216"
                atv                     =   "45.768887623396864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688301);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "518"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]518[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.5164738808072"
                atv                     =   "46.04195038549834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688302);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "517"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]517[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.60627934774757"
                atv                     =   "45.010670957618146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688303);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "516"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]516[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.08759783384147"
                atv                     =   "44.754996463016866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688304);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "515"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]515[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "145.27282329166675"
                atv                     =   "44.39931984609604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688305);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "513"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]513[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.4432338968503"
                atv                     =   "43.85527699859448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688306);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "512"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]512[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "139.90386532833944"
                atv                     =   "43.22979664477373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688307);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "511"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]511[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.1819480447588"
                atv                     =   "42.81020094114026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688308);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "510"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]510[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "130.7006034337015"
                atv                     =   "41.0951045704724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688309);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "509"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]509[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.59076001353012"
                atv                     =   "40.3294131039982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688310);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "508"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]508[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86601411029739"
                atv                     =   "39.67386699011139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688311);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "507"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]507[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "125.15738746430233"
                atv                     =   "38.992229910238684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "506"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]506[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "123.35459870594977"
                atv                     =   "38.29847301256009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688313);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "505"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]505[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77967557846347"
                atv                     =   "37.50230513783043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688314);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "503"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]503[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.09760447055743"
                atv                     =   "39.82139848302415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688315);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "553"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]553[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "174.552818606932"
                atv                     =   "40.14204496783477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688316);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "552"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]552[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "172.35054379313132"
                atv                     =   "40.218619100435276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688317);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "551"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]551[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "169.8390461324311"
                atv                     =   "40.51154962141136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688318);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "550"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]550[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "167.4845070407878"
                atv                     =   "40.619475481233835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688319);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "549"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]549[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "165.24819092103814"
                atv                     =   "40.81679285634388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688320);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "548"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]548[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "153.00121267984133"
                atv                     =   "40.23852086153971"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "547"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]547[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "150.33147049356077"
                atv                     =   "40.01942357822014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688322);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "546"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]546[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "148.1170125686582"
                atv                     =   "39.85286931912495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688323);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "545"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]545[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.38877220310394"
                atv                     =   "39.59261587617362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "543"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]543[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46524108854604"
                atv                     =   "39.19297824737245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "542"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]542[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "142.36644376895987"
                atv                     =   "38.76717381283748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "541"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]541[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.306376198127"
                atv                     =   "36.91764016956003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "540"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]540[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.46661727437723"
                atv                     =   "36.446722888917925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "539"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]539[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84402710094957"
                atv                     =   "35.97922133312267"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "538"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]538[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.12502751932172"
                atv                     =   "35.32779760308765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "537"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]537[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.4461566175309"
                atv                     =   "49.3402370946088"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "489"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]489[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-178.78391096711277"
                atv                     =   "50.05186702307874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "488"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]488[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "178.4481139031961"
                atv                     =   "50.40448910449105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "487"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]487[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.6142002782142"
                atv                     =   "50.748386640638856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "486"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]486[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.54616693911771"
                atv                     =   "47.811600519396215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "352"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]352[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.73316103595073"
                atv                     =   "52.901583795431186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "385"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]385[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.80078743601416"
                atv                     =   "51.14683412126859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "383"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]383[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.85645946175117"
                atv                     =   "49.39760106023062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "382"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]382[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.86135345236363"
                atv                     =   "47.67044896869864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "381"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]381[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "72.91684606239488"
                atv                     =   "46.12484041767703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "380"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]380[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0577890368101"
                atv                     =   "44.43927544294035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "379"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]379[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.72197057459599"
                atv                     =   "72.93137421067226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "406"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]406[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-145.67060052628028"
                atv                     =   "68.17010309058378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "409"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]409[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-149.57952700384266"
                atv                     =   "69.57783042033665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "408"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]408[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.24151840312493"
                atv                     =   "71.12265573300589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688345);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "407"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]407[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.14153326965658"
                atv                     =   "74.85443644586466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "405"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]405[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "177.30458297880585"
                atv                     =   "76.36218585266762"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688347);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "403"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]403[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6229538238902"
                atv                     =   "73.14888064890982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688348);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "402"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]402[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "120.62204541440266"
                atv                     =   "71.21622828312726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688349);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "401"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]401[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "114.86149996969075"
                atv                     =   "69.53104307327226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "400"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]400[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.52088043728077"
                atv                     =   "67.2422279741341"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "399"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]399[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.67259920416188"
                atv                     =   "65.28615442654173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "398"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]398[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "102.28317275627703"
                atv                     =   "63.07832862959724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "397"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]397[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "95.79733068254544"
                atv                     =   "57.18493282579109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "396"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]396[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "94.31593132518194"
                atv                     =   "55.535518087151644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "395"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]395[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.27573868933271"
                atv                     =   "54.06339763529542"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "393"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]393[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "92.177881085817"
                atv                     =   "52.285466184383004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "392"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]392[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "89.45714959678321"
                atv                     =   "48.164785996683904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "391"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]391[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49712778732976"
                atv                     =   "46.53111049335688"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "390"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]390[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "87.53205396621934"
                atv                     =   "45.087160060505234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "389"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]389[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "86.63887923295681"
                atv                     =   "43.32003058396069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "388"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]388[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-164.11174582259872"
                atv                     =   "62.65990275233122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "429"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]429[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.5375041650449"
                atv                     =   "64.12555002071548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "428"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]428[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.00896078193745"
                atv                     =   "65.05569713296397"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "427"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]427[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.30000474173664"
                atv                     =   "65.9523754703222"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "426"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]426[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "173.9497995569704"
                atv                     =   "66.53050275741859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "425"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]425[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "168.29137307594527"
                atv                     =   "66.86666157512794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "423"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]423[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "137.91869967729002"
                atv                     =   "64.64533185364851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "422"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]422[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "132.4673960460547"
                atv                     =   "63.27078733922262"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "421"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]421[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.25836378916563"
                atv                     =   "62.03342703308929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "420"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]420[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "124.25268532580043"
                atv                     =   "60.95808129431346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "419"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]419[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1112093160587"
                atv                     =   "59.82936918133446"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "418"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]418[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "118.12066791550254"
                atv                     =   "58.833062139509025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688373);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "417"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]417[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "105.56378932382717"
                atv                     =   "51.76214452741034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688374);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "416"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]416[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "103.34753069128826"
                atv                     =   "49.81887455664634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "415"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]415[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "101.76580583837372"
                atv                     =   "48.53879199166075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "413"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]413[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "100.42382225887914"
                atv                     =   "46.90405365869471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "412"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]412[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "98.91440607432497"
                atv                     =   "45.7364921421977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "411"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]411[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.36377691698817"
                atv                     =   "44.56374056265667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "410"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]410[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.99722683263735"
                atv                     =   "56.66751072250911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688380);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.32456760643134"
                atv                     =   "55.8139453540281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "456"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]456[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "179.99448149753192"
                atv                     =   "57.408765045878695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688382);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "453"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]453[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "175.37799808517997"
                atv                     =   "58.00708968508009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "452"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]452[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "171.28948739539436"
                atv                     =   "58.384871025416274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "451"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]451[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "166.81882283894845"
                atv                     =   "58.71870418752871"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "450"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]450[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "146.28889649486263"
                atv                     =   "57.18389462107442"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "449"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]449[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "141.86987923502343"
                atv                     =   "56.3966765351693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "448"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]448[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "138.13988016247546"
                atv                     =   "55.68079205516652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "447"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]447[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "134.4667570868344"
                atv                     =   "54.84543195257653"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "446"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]446[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "131.23853305932568"
                atv                     =   "54.198870458871816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "445"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]445[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "128.05233476052234"
                atv                     =   "53.35113026622991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "443"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]443[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "115.78376981016805"
                atv                     =   "48.40790328724504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "442"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]442[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "113.89894203889187"
                atv                     =   "47.27766212933735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "441"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]441[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "111.96432107527403"
                atv                     =   "45.992713601837636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "440"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]440[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "110.14446275513177"
                atv                     =   "44.86309249803506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "439"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]439[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "108.47971209763895"
                atv                     =   "43.59789806660017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "438"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]438[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.87269532667321"
                atv                     =   "42.670026130400345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "437"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]437[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.893776098310525"
                atv                     =   "53.82373657959774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "307"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]307[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1887510409382"
                atv                     =   "54.93648526233313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "306"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]306[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.61156164802594"
                atv                     =   "55.715453218601745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "305"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]305[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.89347127489492"
                atv                     =   "56.25698526279427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "303"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]303[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.901615266538272"
                atv                     =   "56.791373690992465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "302"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]302[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.690815062461127"
                atv                     =   "57.022869190509304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "301"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]301[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.8915853486025185"
                atv                     =   "55.950500795664034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "300"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]300[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.064089615236071"
                atv                     =   "55.505145316630234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "299"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]299[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.843090354309481"
                atv                     =   "54.844396046982794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688406);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "298"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]298[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.338676807609886"
                atv                     =   "54.146142220226494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "297"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]297[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.257132636694507"
                atv                     =   "53.21875398344402"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "296"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]296[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.84560693873152"
                atv                     =   "52.216213211816815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "295"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]295[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.557899563886224"
                atv                     =   "47.52962075739515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "293"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]293[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.825855125357634"
                atv                     =   "46.62844720797731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "292"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]292[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.036051037036145"
                atv                     =   "45.51172506931322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688412);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "34.582055420191864"
                atv                     =   "44.45120039651511"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "290"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]290[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46147678542974"
                atv                     =   "61.760399109327125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "338"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]338[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.77927905968062"
                atv                     =   "62.902894765780495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688415);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "337"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]337[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.41946178143013"
                atv                     =   "63.41047897714596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688416);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "336"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]336[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.02778700592427"
                atv                     =   "64.25588547348023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688417);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "335"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]335[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.5180539753959"
                atv                     =   "64.83822868213714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688418);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "333"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]333[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.599832867103714"
                atv                     =   "65.21801510562793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "332"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]332[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.217191575411107"
                atv                     =   "63.75970103513361"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688420);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "331"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]331[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.841494379964843"
                atv                     =   "62.73499921997435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "330"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]330[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.96846326387606"
                atv                     =   "61.70432878092843"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "329"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]329[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.89901088363615"
                atv                     =   "60.50450880614632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "328"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]328[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "23.63420417131249"
                atv                     =   "59.18630080892427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "327"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]327[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "27.308027512652302"
                atv                     =   "57.94302427888788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688425);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "326"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]326[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "37.54195294093654"
                atv                     =   "52.03893419847431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688426);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "325"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]325[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81218136024586"
                atv                     =   "50.510458435539434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688427);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "323"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]323[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.83768877476189"
                atv                     =   "49.035184206074774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688428);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "322"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]322[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "43.262970682339414"
                atv                     =   "47.453969206761464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688429);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "321"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]321[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.0310019958772"
                atv                     =   "68.62410098461893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688430);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "371"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]371[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60852378593364"
                atv                     =   "70.55653199658573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688431);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "370"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]370[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46769494784314"
                atv                     =   "72.40102106334211"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688432);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "369"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]369[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34669158970922"
                atv                     =   "73.79865702096822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688433);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "368"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]368[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95994467373157"
                atv                     =   "74.9003462603227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688434);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "367"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]367[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.723299262423325"
                atv                     =   "75.61020970122357"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "366"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]366[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.529639641073572"
                atv                     =   "71.7536726211541"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688436);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "365"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]365[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.387119402925805"
                atv                     =   "70.42266285922507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688437);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "363"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]363[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95383266209376"
                atv                     =   "68.32790598288831"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688438);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "362"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]362[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.09874533352087"
                atv                     =   "66.51292996986045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688439);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "361"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]361[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.78810330798535"
                atv                     =   "64.56174374742959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688440);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "360"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]360[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91595811455193"
                atv                     =   "62.60298133602461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688441);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "359"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]359[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "48.42135886721536"
                atv                     =   "56.39800898396596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688442);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "358"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]358[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "50.4233690876564"
                atv                     =   "54.38587667763939"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688443);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "357"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]357[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.047758817250724"
                atv                     =   "52.65718563706072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688444);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "356"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]356[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.267477418518524"
                atv                     =   "50.84148068743493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688445);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "355"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]355[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.640641789654126"
                atv                     =   "49.42292532673799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688446);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "353"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]353[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "30.188759389977577"
                atv                     =   "39.47371132167025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688447);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "28.435831078180854"
                atv                     =   "40.4788559977755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688448);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "245"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]245[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.294726993122538"
                atv                     =   "41.47014898636087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688449);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "246"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]246[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.288378226944815"
                atv                     =   "42.45725405391356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688450);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63537843144269"
                atv                     =   "43.36676689003629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688451);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "248"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]248[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.272536160762513"
                atv                     =   "44.31517227708329"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688452);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "249"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]249[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.275569953736294"
                atv                     =   "46.209618316653554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688453);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "257"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]257[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "10.246147424355172"
                atv                     =   "46.844641006590685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688454);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.1615681185661515"
                atv                     =   "47.575842295621015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688455);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3925293723678465"
                atv                     =   "48.20431633602393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688456);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "260"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]260[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.001680944751115"
                atv                     =   "48.74116481734824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688457);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "261"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]261[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.6696931263021497"
                atv                     =   "49.17074768852948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688458);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "262"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]262[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7274644750824"
                atv                     =   "49.9319804300312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688459);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "271"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]271[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.516353575091728"
                atv                     =   "49.57713722910668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688460);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.51610311877522"
                atv                     =   "49.144310008423425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688461);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.864823115032436"
                atv                     =   "48.56539417055596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688462);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.924509678894594"
                atv                     =   "48.04620037210669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688463);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "276"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]276[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.24336450534997"
                atv                     =   "34.33600730028146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688464);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "568"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]568[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "133.24336450534997"
                atv                     =   "34.33600730028146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688465);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "568"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 102, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]568[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.741868555887834"
                atv                     =   "50.0053058986109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688466);"
                    
                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(0, 102, 255, 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                   =   "524561"
                heji                    =   "7828"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0224579189873"
                atv                     =   "22.69602665709656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688467);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.97253023076155"
                atv                     =   "32.31040029149248"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688468);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]128[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.86930808167756"
                atv                     =   "32.39655132769852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688469);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.893494236071149"
                atv                     =   "32.25134432788076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688470);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.043042098258013"
                atv                     =   "32.120495954746694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688471);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3686367128451025"
                atv                     =   "31.86316400219592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688472);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.515588138203043"
                atv                     =   "31.04067707866912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688473);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.695916744799149"
                atv                     =   "28.581898143495767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688474);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]76[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.858155436975039"
                atv                     =   "28.44313267220041"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688475);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.056239236494264"
                atv                     =   "28.426122580902458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688476);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.4084344402934903"
                atv                     =   "28.127595053946976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688477);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.20253981957512224"
                atv                     =   "27.83998352212665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688478);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]71[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05269276498194"
                atv                     =   "25.477208655011648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688479);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.562633195431545"
                atv                     =   "25.537516863952163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688480);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.26680036213054"
                atv                     =   "25.677161373494016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688481);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.903330211512184"
                atv                     =   "25.75633663305695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688482);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.813026690504728"
                atv                     =   "22.562486689110692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688483);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.440314300846524"
                atv                     =   "22.581249886383276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688484);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.06331691234027"
                atv                     =   "22.683211186245643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688485);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.80938350161722"
                atv                     =   "22.765699316050533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688486);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.46950599684226"
                atv                     =   "22.862930497528183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688487);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.176300045753578"
                atv                     =   "22.969030902974577"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688488);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.465833025408642"
                atv                     =   "22.939821189869797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688489);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.835560762740045"
                atv                     =   "22.91697774169998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688490);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.428526708993957"
                atv                     =   "22.902649747342974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688491);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9313572242734836"
                atv                     =   "22.760867922599612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688492);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.845530563405248"
                atv                     =   "22.981197748045286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688493);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.287088195615297"
                atv                     =   "22.887731687772977"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688494);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.8612106488099585"
                atv                     =   "23.748236874298982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688495);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-12.024783812666954"
                atv                     =   "22.830100176743418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688496);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.080791765018319"
                atv                     =   "22.83641066212612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688497);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9147292254545505"
                atv                     =   "23.848543548532824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688498);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.299323336186546"
                atv                     =   "23.45472117737455"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688499);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.08864628476158"
                atv                     =   "23.943377835424492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688500);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.442899946406328"
                atv                     =   "24.423907910204132"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688501);"
                    
                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(255, 0, 255, 0.77);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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.160602534255588"
                atv                     =   "24.220591110350618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688502);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46429968257513"
                atv                     =   "24.270545217866918"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688503);"
                    
                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(255, 0, 255, 0.77);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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.789601310204716"
                atv                     =   "24.275468544972448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688504);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-14.367887142402196"
                atv                     =   "24.209456880186078"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688505);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.145598056256176"
                atv                     =   "24.208985875592948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688506);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-11.95267920385976"
                atv                     =   "24.173210603430526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688507);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.90968738917519"
                atv                     =   "23.883784115450492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688508);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.273841337609042"
                atv                     =   "23.791757075409"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688509);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.537696680905242"
                atv                     =   "22.833552743786765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688510);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.07386151466619"
                atv                     =   "27.652744806220156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688511);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]139[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.60862390721911"
                atv                     =   "27.96433180133644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688512);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.98927056092583"
                atv                     =   "28.278782336674244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688513);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.544411210768885"
                atv                     =   "28.477816179026263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688514);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]136[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.86698784572661"
                atv                     =   "28.72253952592222"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688515);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.99417175636802"
                atv                     =   "29.343024391222492"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688516);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.09498564753943"
                atv                     =   "29.43554458270069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688517);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]126[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.21183477177027"
                atv                     =   "30.01555309238867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688518);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]111[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.565378830530733"
                atv                     =   "29.823721190409405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688519);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]110[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.513382563940013"
                atv                     =   "29.65746320511787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688520);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.801533042031963"
                atv                     =   "29.423403934611137"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688521);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]108[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.826122926209621"
                atv                     =   "29.357513115775912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688522);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-1.231017436903926"
                atv                     =   "29.075740926902153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688523);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2655013687772225"
                atv                     =   "28.830847941911838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688524);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.643011797865995"
                atv                     =   "24.105689133341855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688525);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.1852694300336"
                atv                     =   "24.252648505262556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688526);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.905008633021453"
                atv                     =   "24.303197246807827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688527);"
                    
                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(255, 0, 255, 0.77);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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.640010367312016"
                atv                     =   "24.33934430249794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688528);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.965434081580156"
                atv                     =   "24.76755733209285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688529);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.45494574042664"
                atv                     =   "25.063532452470724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688530);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.20588251370236"
                atv                     =   "25.286960041334854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688531);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.82416496634414"
                atv                     =   "25.443523818061617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688532);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]92[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.398691852808156"
                atv                     =   "26.120853022009367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688533);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.62516626646584"
                atv                     =   "26.291251871144244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688534);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.081649359891912"
                atv                     =   "26.399382753519312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688535);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.69498342334765"
                atv                     =   "26.482256107678687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688536);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]81[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32904650912627"
                atv                     =   "26.576448638243708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688537);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.957360421769636"
                atv                     =   "26.709417913379493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688538);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.6737838617592615"
                atv                     =   "26.010936580059504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688539);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.548292554275974"
                atv                     =   "26.62242042645223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688540);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]69[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.289433316471332"
                atv                     =   "26.501986443377447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688541);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.860444969192258"
                atv                     =   "26.39253008869094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688542);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.766486481395646"
                atv                     =   "23.827142187324856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688543);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]62[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.309587406298306"
                atv                     =   "24.178559591071433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688544);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.95302286217958"
                atv                     =   "24.339323615957042"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688545);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.550663433335274"
                atv                     =   "24.559719648174852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688546);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.18332167850889"
                atv                     =   "25.249465900412275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688547);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.661895098702814"
                atv                     =   "26.28534167983118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688548);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.133621451499266"
                atv                     =   "26.136528650572934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688549);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.499557325399678"
                atv                     =   "25.356064047206683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688550);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.800221831402041"
                atv                     =   "25.072787435596002"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688551);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.96188456480422"
                atv                     =   "22.893248299834127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688552);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.657245830746888"
                atv                     =   "25.62492313009242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688553);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.37851425130225"
                atv                     =   "25.50207456680463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688554);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.925199020204786"
                atv                     =   "25.403911792787472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688555);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.70863386973923"
                atv                     =   "23.14872752758136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688556);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.7421117923954625"
                atv                     =   "25.35918559054756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688557);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.44968194133935"
                atv                     =   "25.30969562563565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688558);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.73242419147823"
                atv                     =   "21.713171520847844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688559);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.56274511114623"
                atv                     =   "23.322099003737353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688560);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64736597177472"
                atv                     =   "21.91390745642392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688561);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.388557599574256"
                atv                     =   "22.154956687724244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688562);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-34.023737332396934"
                atv                     =   "22.17436477873159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688563);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.652291288353808"
                atv                     =   "30.60433405578423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688564);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.1227942695644515"
                atv                     =   "30.328978573133213"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688565);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.88927598884419"
                atv                     =   "29.92553352904405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688566);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2721218491173"
                atv                     =   "26.286735415840194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688567);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.752088258538436"
                atv                     =   "26.534564071122148"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688568);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.292421226956776"
                atv                     =   "26.79744601710474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688569);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.676031022058396"
                atv                     =   "27.023919276161934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688570);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]99[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.160801092921474"
                atv                     =   "27.221716065149288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688571);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.46129601533778"
                atv                     =   "27.4978859197921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688572);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]97[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.93465881419695"
                atv                     =   "28.411008452908916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688573);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.036109334485218"
                atv                     =   "28.48843863838862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688574);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.177525049624137"
                atv                     =   "28.579405724585257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688575);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.31777653983312"
                atv                     =   "28.565364154610563"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688576);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.63721741536233"
                atv                     =   "28.690064598022047"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688577);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.64631547690908"
                atv                     =   "28.70161428912285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688578);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-10.37914877325261"
                atv                     =   "28.850087203916377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688579);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.277740106396664"
                atv                     =   "29.57834154030482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688580);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]125[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.515839896647094"
                atv                     =   "28.799180643858314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688581);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.448445832846517"
                atv                     =   "29.617010645723752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688582);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.753139661992975"
                atv                     =   "29.789833554292837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688583);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.869477473397183"
                atv                     =   "29.859115505282897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688584);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.943044197410586"
                atv                     =   "30.44279866222302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688585);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]183[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.31030666135564"
                atv                     =   "30.85123490439348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "182"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]182[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.413713485561175"
                atv                     =   "31.143128569836655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688587);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.750301391479695"
                atv                     =   "31.510407859483593"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688588);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "180"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]180[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.873866364583705"
                atv                     =   "31.91718741517463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688589);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.951188759888453"
                atv                     =   "32.372866649824815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "171"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]171[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.998730718426884"
                atv                     =   "32.59852003646352"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688591);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.203368986613725"
                atv                     =   "32.76219205189639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688592);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "169"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]169[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.153825027543576"
                atv                     =   "32.893344970537925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688593);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]168[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.083469184063574"
                atv                     =   "32.99178541605633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688594);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.047630648524034"
                atv                     =   "33.05511744109989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688595);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-9.90179962003981"
                atv                     =   "32.998032883158814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688596);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-7.840965945798189"
                atv                     =   "32.91514859045217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688597);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]159[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.038911694579099"
                atv                     =   "32.74041530373806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688598);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.24878231149313"
                atv                     =   "32.619547982818595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688599);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7816471953640303"
                atv                     =   "31.619700522510595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688600);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]151[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.817565896575047"
                atv                     =   "31.403974781962503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688601);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.284460431112336"
                atv                     =   "31.104672533777226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688602);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "8.11501432136879"
                atv                     =   "30.71571270068993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688603);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]148[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59840652439863"
                atv                     =   "27.355573132876586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688604);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.83815828139416"
                atv                     =   "37.75316373797307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "282"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]282[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.415990846198724"
                atv                     =   "33.31600327423727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688606);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]231[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53547574635962"
                atv                     =   "33.853926887817096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688607);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "230"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]230[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.81973185954939"
                atv                     =   "30.012017779953425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688608);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.69028406680212"
                atv                     =   "34.35282928110202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688609);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.53237382820703"
                atv                     =   "34.92992767532783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688610);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]228[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.529156313259705"
                atv                     =   "35.48829346507821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688611);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]227[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49652639711803"
                atv                     =   "35.919197605296375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688612);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-31.235679175939083"
                atv                     =   "37.01075335201955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688613);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]218[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.874724424089948"
                atv                     =   "37.25303649805393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688614);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.728506630042602"
                atv                     =   "37.43657384565118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688615);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]216[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.128086855529034"
                atv                     =   "37.64566505924179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688616);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]215[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.006552203370347"
                atv                     =   "37.79217871882766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688617);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4370454026365"
                atv                     =   "37.79875281202662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688618);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.845420929181614"
                atv                     =   "37.432853157175664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688619);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.357252110672789"
                atv                     =   "37.14643570997951"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688620);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "203"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]203[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.128624432508161"
                atv                     =   "36.98209307110059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "202"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]202[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.872917939994011"
                atv                     =   "41.19442127957331"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688622);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]211[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.5789293546642966"
                atv                     =   "27.64150099291217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688623);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-131.24083708921376"
                atv                     =   "50.11270737259845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688624);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "436"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]436[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-132.7916469043346"
                atv                     =   "51.598703671653894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "435"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]435[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-134.09181776648376"
                atv                     =   "52.90394745780045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688626);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "433"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]433[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.78267158113312"
                atv                     =   "54.25777153784105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "432"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]432[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.9516662484603"
                atv                     =   "39.26943432022676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688628);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]232[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.42139523722619"
                atv                     =   "38.65835862539658"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688629);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7649510426412"
                atv                     =   "38.14798924170355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688630);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "235"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]235[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.038979741911874"
                atv                     =   "37.664078381103664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688631);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.10836716076409"
                atv                     =   "37.058969916288184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "237"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]237[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.052337375142656"
                atv                     =   "36.51166341034794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "238"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]238[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.946849981435946"
                atv                     =   "32.091941050347934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688634);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.85913464095427"
                atv                     =   "32.44942087149847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688635);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.164821671061645"
                atv                     =   "32.92480525129209"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688636);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.512984900573656"
                atv                     =   "29.045286627310702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688637);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]147[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.670593392933085"
                atv                     =   "29.471659656219536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688638);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05919814782828"
                atv                     =   "29.92419160787611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688639);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]145[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.12958359282453"
                atv                     =   "30.247056793762543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688640);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]143[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-37.35254920230312"
                atv                     =   "30.530283762514927"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688641);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]142[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.568488963546656"
                atv                     =   "30.95244852750572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688642);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.781388676577592"
                atv                     =   "31.741228518794152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688643);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.898127866049037"
                atv                     =   "31.976625316442046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688644);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]132[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0713766975407"
                atv                     =   "32.09534854843386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688645);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-22.977327181509622"
                atv                     =   "32.16244014197525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688646);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]130[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0018948034309"
                atv                     =   "32.23783416444493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688647);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3382850356125573"
                atv                     =   "36.878138529100426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688648);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.650525924924011"
                atv                     =   "35.628907454404676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688649);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]196[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.857746361934289"
                atv                     =   "35.25557197451352"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688650);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.6781463275683"
                atv                     =   "34.776097022176984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688651);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.584124792381544"
                atv                     =   "34.292956801587884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688652);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]192[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-64.05099429117377"
                atv                     =   "48.07395427950029"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688653);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "342"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]342[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-61.41640070693643"
                atv                     =   "49.459117314807976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688654);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "341"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]341[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79232718826273"
                atv                     =   "50.56003103966211"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688655);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "340"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]340[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.48290771932892"
                atv                     =   "51.873806146140836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688656);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "339"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]339[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.616832355989345"
                atv                     =   "41.92857157294069"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688657);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "313"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]313[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.326276614374365"
                atv                     =   "43.20819638294407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "312"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]312[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.91568381897741"
                atv                     =   "44.138936813384696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "311"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]311[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-48.065519475820565"
                atv                     =   "45.44587591380911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "309"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]309[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.619518239819456"
                atv                     =   "46.39172586211989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "308"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]308[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-50.679693401136774"
                atv                     =   "45.0358299499328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "310"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]310[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.255305929032772"
                atv                     =   "36.896832340056065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "239"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]239[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.012077228947533"
                atv                     =   "37.780827629299566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688664);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.872143254583364"
                atv                     =   "38.514520422338045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688665);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "241"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]241[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.057025327323458"
                atv                     =   "39.17184376392937"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688666);"
                    
                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(255, 0, 255, 0.77);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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.968428652349644"
                atv                     =   "40.49658975515328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688667);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "250"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]250[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4707340728317035"
                atv                     =   "41.14030427929775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688668);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "251"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]251[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0030141764630116"
                atv                     =   "41.587974454789226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688669);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.5094859927060043"
                atv                     =   "42.11465702319462"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688670);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "253"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]253[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.03240666867623"
                atv                     =   "33.533986706387175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688671);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "188"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]188[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.09250622842114"
                atv                     =   "34.06530775736375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "187"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]187[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.05331465597186"
                atv                     =   "34.452962234430835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688673);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]186[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.909780332487003"
                atv                     =   "35.52090766077375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "178"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]178[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-28.54066528364467"
                atv                     =   "35.580476864869695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688675);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.41432370268427"
                atv                     =   "35.83527949332874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688676);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]176[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-23.85373939262786"
                atv                     =   "36.07833887065364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688677);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]175[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.90337220647274"
                atv                     =   "36.11042938726405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688678);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]173[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.287114434945238"
                atv                     =   "35.993885050305344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688679);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]172[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-8.988543742347304"
                atv                     =   "36.31702059539025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688680);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-6.399245365210845"
                atv                     =   "36.15030751358768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688681);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]163[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2316233889878845"
                atv                     =   "35.97843476125307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688682);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]162[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96643705508302"
                atv                     =   "42.37957690276576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688683);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]255[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.634694801839771"
                atv                     =   "42.6755243389391"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688684);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.039581732251293"
                atv                     =   "43.14014096511251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688685);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.92092581060058"
                atv                     =   "43.114487691126186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688686);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "265"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]265[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.693570856035024"
                atv                     =   "43.023456404943175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688687);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "266"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]266[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.522492482731252"
                atv                     =   "42.858941909474396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688688);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.6345953711849"
                atv                     =   "42.52273493466773"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688689);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "268"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]268[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.712329137983545"
                atv                     =   "42.29871234595517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688690);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "269"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]269[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-40.654146488990875"
                atv                     =   "40.56504070325372"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688691);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-43.33639176798522"
                atv                     =   "40.008748086458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688692);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "278"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]278[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.511428214595185"
                atv                     =   "39.579329801896094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688693);"
                    
                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(255, 0, 255, 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                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.76599622850625"
                atv                     =   "39.13948042462121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688694);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "280"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]280[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.79269337953656"
                atv                     =   "38.43576863773808"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688695);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "281"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]281[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.4969397799196713"
                atv                     =   "35.82976759741268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688696);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.537305944375703"
                atv                     =   "34.49366096668803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688697);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "7.605696673042985"
                atv                     =   "34.106352494092384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688698);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]155[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "9.349434445798465"
                atv                     =   "33.648732749421995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688699);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]153[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "11.208066317784073"
                atv                     =   "33.28672277105779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688700);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.53201865076443"
                atv                     =   "55.37310157576483"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688701);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "431"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]431[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.51350688034563"
                atv                     =   "57.843631976469275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688702);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "430"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]430[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.16461942923166"
                atv                     =   "47.74521099379367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688703);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "351"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]351[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.84387312213204"
                atv                     =   "49.179779872522964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688704);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "350"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]350[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.84973163302953"
                atv                     =   "50.94272565497194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688705);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "349"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]349[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-72.0855066465727"
                atv                     =   "53.11192899784996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688706);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "348"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]348[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.34010514519076"
                atv                     =   "54.48789880703013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688707);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "347"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]347[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.42496325852801"
                atv                     =   "56.30895563114624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688708);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "346"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]346[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.2336781005256"
                atv                     =   "43.95187047691615"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688709);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "320"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]320[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.0170527241566"
                atv                     =   "45.35104570658014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688710);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "319"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]319[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.537867023377714"
                atv                     =   "46.51212460429032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688711);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "318"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]318[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.1436009307393"
                atv                     =   "47.72750585257898"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688712);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "317"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]317[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3092073849611"
                atv                     =   "48.921380029888994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688713);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "316"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]316[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96373726750835"
                atv                     =   "50.248566966560475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688714);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "315"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]315[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-3.0688909027795717"
                atv                     =   "40.99088012737548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688715);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "210"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]210[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.96604554826098"
                atv                     =   "49.719672325991596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688716);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "378"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]378[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.49850944782173"
                atv                     =   "51.38652666725824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688717);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "377"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]377[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-76.7813283988927"
                atv                     =   "52.9240646658388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688718);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "376"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]376[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.18382030643346"
                atv                     =   "55.12441521626786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688719);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "375"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]375[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-71.52568746329047"
                atv                     =   "56.62411772335966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688720);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "373"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]373[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.32839006810178"
                atv                     =   "58.44466817790534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688721);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "372"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]372[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-68.60197061519"
                atv                     =   "45.50628232312331"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688722);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "345"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]345[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-66.48044112689786"
                atv                     =   "46.92866206377974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688723);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "343"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]343[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.7657513363897124"
                atv                     =   "40.53493702159899"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688724);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "209"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]209[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.8374121003921573"
                atv                     =   "40.15698222723715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688725);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.206355711270305"
                atv                     =   "39.66896632382274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688726);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "207"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]207[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "6.636433052390714"
                atv                     =   "39.10940057676928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688727);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "206"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]206[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "12.516761689212672"
                atv                     =   "38.02838060857028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688728);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "200"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]200[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "14.600994488043966"
                atv                     =   "37.314792726289625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688729);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]199[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "16.56347700484389"
                atv                     =   "36.583655187558904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688730);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "198"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]198[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "18.91882833945209"
                atv                     =   "35.81054082964146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688731);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.32731332169146"
                atv                     =   "40.01846096737846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688732);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "298"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]298[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.01738701769199"
                atv                     =   "41.131296691408544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688733);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-51.907420699282"
                atv                     =   "42.22474261473261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "287"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]287[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.59379334837723"
                atv                     =   "42.65895881252726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688735);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.38997767945369"
                atv                     =   "43.48428001684426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688736);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.88909912636694"
                atv                     =   "44.13104873044383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688737);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47717305411601"
                atv                     =   "40.8181670278371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688738);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]225[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-30.34131231116237"
                atv                     =   "40.907754377017085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688739);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]223[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-27.284419279484723"
                atv                     =   "41.2631219186087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688740);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.689269431111143"
                atv                     =   "41.45425629152535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688741);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]221[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.635315982776888"
                atv                     =   "41.53785896902314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688742);"
                    
                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(255, 0, 0, 0.78);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                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-18.94132084254261"
                atv                     =   "41.60280747820833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688743);"
                    
                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(255, 0, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]219[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "1.860456457632722"
                atv                     =   "28.588067529575497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688744);"
                    
                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(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]103[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-133.5439832975106"
                atv                     =   "49.4947252218587"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688745);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "462"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]462[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-135.32561661591197"
                atv                     =   "50.95031414095251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688746);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "461"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]461[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-137.24635185334944"
                atv                     =   "52.27545784496276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688747);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "460"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]460[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-138.95263989823687"
                atv                     =   "53.47376988073671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688748);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "459"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]459[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-140.74384442425315"
                atv                     =   "54.501755731007606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "458"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]458[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-143.32706540755294"
                atv                     =   "56.43282544067993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "457"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]457[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.47784488505317"
                atv                     =   "45.40006536638288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "496"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]496[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.1307782657936"
                atv                     =   "46.67057876932931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688752);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "495"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]495[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.33311269370097"
                atv                     =   "47.7515258320276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688753);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "493"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]493[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-142.61899762920154"
                atv                     =   "46.53678293600236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688754);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "469"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]469[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.20745191430393"
                atv                     =   "35.41632783659474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688755);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "589"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]589[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.07053412962847"
                atv                     =   "34.962529453821794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688756);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "590"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]590[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.30865230206226"
                atv                     =   "34.56726392066707"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688757);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "591"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]591[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-170.72337725682195"
                atv                     =   "40.9864165684892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688758);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "555"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]555[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-168.3611152957116"
                atv                     =   "40.29399808496697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688759);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "556"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]556[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-166.27215308347877"
                atv                     =   "39.759301781840875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688760);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "557"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]557[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.84039082383782"
                atv                     =   "39.22297207128651"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688761);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "558"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]558[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-161.86123931196028"
                atv                     =   "38.597868059186084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688762);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "559"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]559[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.90754787053683"
                atv                     =   "37.89190935935907"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688763);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "560"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]560[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.1228077334888"
                atv                     =   "45.91391904484686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688764);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "523"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]523[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-162.0988222181663"
                atv                     =   "44.89452705289056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688765);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "525"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]525[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.3853856789098"
                atv                     =   "43.87650028446258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688766);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "526"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]526[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.04170667187543"
                atv                     =   "42.92876520602815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688767);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "527"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]527[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.12165976867612"
                atv                     =   "42.26696174595325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688768);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "528"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]528[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.37864273274886"
                atv                     =   "41.67024223773853"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688769);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "529"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]529[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-156.10878065470328"
                atv                     =   "50.871129999945786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688770);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "490"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]490[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.4889876192438"
                atv                     =   "50.04450920379509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688771);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "491"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]491[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-150.66675146445996"
                atv                     =   "48.661474237952525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688772);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "492"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]492[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-176.04728805791763"
                atv                     =   "36.81841426676373"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688773);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "586"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]586[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-174.2890688628647"
                atv                     =   "36.266788653284664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688774);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "587"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]587[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-172.12031056755006"
                atv                     =   "35.80392908190983"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688775);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "588"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 255, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]588[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524563"
                heji                    =   "7830"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-175.6359146841875"
                atv                     =   "37.86666231726016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688776);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "561"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]561[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-173.79090007778322"
                atv                     =   "37.417289437789215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "562"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]562[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-171.8695929578762"
                atv                     =   "37.03732407284763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "563"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]563[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.70852730332427"
                atv                     =   "36.75138775917823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688779);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "565"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]565[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.57246090599"
                atv                     =   "36.14556423187407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688780);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "566"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]566[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.6673623479213"
                atv                     =   "35.7371059739619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688781);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "567"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]567[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-169.94277588056042"
                atv                     =   "42.23549152615117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688782);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "530"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]530[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-167.50694346190704"
                atv                     =   "41.54849565774146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688783);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "531"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]531[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-165.33681280542072"
                atv                     =   "41.04418424344325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688784);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "532"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]532[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.14247589997268"
                atv                     =   "40.316345100444074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688785);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "533"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]533[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.7842890901033"
                atv                     =   "39.42465365269742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688786);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "535"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]535[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-159.00744690843828"
                atv                     =   "38.94129756391118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "536"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]536[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-163.8877651612597"
                atv                     =   "46.94402400519876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688788);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "497"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]497[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-160.63946554139886"
                atv                     =   "46.05503153261528"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "498"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]498[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-157.93026864480007"
                atv                     =   "45.12665035212667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688790);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "499"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]499[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-155.61337994538258"
                atv                     =   "44.114311794864065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688791);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "500"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]500[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-153.77080686550545"
                atv                     =   "43.40874594548705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688792);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "501"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]501[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-152.21579044339325"
                atv                     =   "42.57645473827972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688793);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "502"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]502[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-154.1758466347796"
                atv                     =   "52.306931616129745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688794);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "463"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]463[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-151.36573647763325"
                atv                     =   "50.963913500611504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688795);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "465"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]465[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-148.76710587649546"
                atv                     =   "49.824598257962734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688796);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "466"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]466[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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                     =   "-146.4933902002699"
                atv                     =   "48.63318387000184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688797);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "467"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]467[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
                        <hotspot name               =   "spot_688798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;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.3795553736696"
                atv                     =   "47.53950400523786"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_688798);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "468"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(255, 0, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 12px ;text-align:center;;&apos;]468[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524562"
                heji                    =   "7829"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22579">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_22615"
            title                       =   "世博商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/thumb.jpg"
            fenzuid                     =   "7847"
            parent_fenzuid              =   "7846"
            lat                         =   "31.076410"
            lng                         =   "121.494908"
            heading                     =   ""
            scene_id                    =   "22615"
            pano_id                     =   "689"
            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                =   "42.13063273617"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-17.912991806687'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "42.13063273617"
                vlookat                 =   "42.13063273617"
                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/1/pano/7b1a7946f5b03366/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/7b1a7946f5b03366/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "108.52954932799096"
                atv                     =   "4.733497727987506"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693556);"
                    
                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: 16px ;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                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22616"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.0584745121172"
                atv                     =   "3.4196907613638023"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693557);"
                    
                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: 16px ;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                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22617"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "159.09719836667483"
                atv                     =   "3.0470761832886364"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693558);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22618"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.7517363727366"
                atv                     =   "3.620926118554586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693559);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22619"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.490390684193812"
                atv                     =   "4.093973856500827"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693560);"
                    
                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: 16px ;text-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                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22578"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-2.601432201812429"
                atv                     =   "7.428075612704455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693561);"
                    
                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: 16px ;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                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22583"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.937050455749045"
                atv                     =   "1.4484934225618922"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693562);"
                    
                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: 16px ;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                    =   "7932"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22569"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.00293432253514"
                atv                     =   "67.64944466641231"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693563);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.92669651921977"
                atv                     =   "70.73911098770154"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693564);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.57839698656912"
                atv                     =   "50.2597243467813"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693565);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "68.33055316471308"
                atv                     =   "53.958345343232736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十二街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.13767907164447"
                atv                     =   "47.563998998222814"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693567);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园九街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.331620797723758"
                atv                     =   "37.400786740526556"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693568);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.445838142336981"
                atv                     =   "57.54208885728617"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693569);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-37.38371043273867"
                atv                     =   "49.04283409884561"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693570);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "45.24434240759416"
                atv                     =   "32.6758277721937"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693571);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园八街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.93775934824515"
                atv                     =   "35.68573832922356"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693572);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十一街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.85207129812375"
                atv                     =   "22.19219327273149"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693573);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园七街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.4802800836685"
                atv                     =   "23.806202984507618"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693574);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "86.88928202230346"
                atv                     =   "24.307399367309024"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693575);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.39201939214922"
                atv                     =   "22.124654429095116"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693576);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十三街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "109.27252767724607"
                atv                     =   "30.136966391764457"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693577);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "135.03472998310968"
                atv                     =   "40.3653639552568"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693578);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园十五街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.0968396013168"
                atv                     =   "42.091620759493914"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693579);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "满香苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-153.65106528797787"
                atv                     =   "34.61598877706854"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693580);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.496220452862"
                atv                     =   "24.07553908358462"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693581);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑十村东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.94534578015589"
                atv                     =   "54.246277270858705"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693582);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑四村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.9727930392649"
                atv                     =   "42.85675185905486"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693583);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.61211191350586"
                atv                     =   "38.77696781870942"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693584);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑三村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-76.19599315836132"
                atv                     =   "32.88145856590561"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693585);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.0658889653229"
                atv                     =   "26.7617360552051"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑九村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.87268351535897"
                atv                     =   "25.06791675290406"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693587);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑七村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.04242873591139"
                atv                     =   "21.41315481355406"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693588);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑八村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.30640120256027"
                atv                     =   "21.77165638493737"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景舒苑六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.99514137615449"
                atv                     =   "18.61649596741543"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景江苑E区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]景&lt;br/&gt;江&lt;br/&gt;苑&lt;br/&gt;E&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-55.827738108873916"
                atv                     =   "23.99088828047906"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693591);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景江苑C区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]景&lt;br/&gt;江&lt;br/&gt;苑&lt;br/&gt;C&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.752072904870374"
                atv                     =   "28.48190780399293"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693592);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "景江苑D区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]景&lt;br/&gt;江&lt;br/&gt;苑&lt;br/&gt;D&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.18794442636619"
                atv                     =   "20.062124565846936"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693593);"
                    
                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;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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.56344721836655"
                atv                     =   "21.53471529056513"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693594);"
                    
                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;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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693595"
                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-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "20"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-13.358315943922776"
                atv                     =   "31.894465781580415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693595);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "6.459074813194434"
                atv                     =   "28.018268599103077"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693596);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园六街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.762850616023343"
                atv                     =   "24.689276938012977"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693597);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园五街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.519332844798214"
                atv                     =   "18.956911564102572"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693598);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "11.631962640984966"
                atv                     =   "18.574371212331084"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693599);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世博家园二街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-5.361691026301116"
                atv                     =   "21.393458068655136"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693600);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.11400571535253"
                atv                     =   "22.728059993856508"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693601);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "滨浦新苑五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-154.47685810764204"
                atv                     =   "18.799625032464338"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693602);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "滨浦新苑七村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.05225021576638"
                atv                     =   "30.770656574869985"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693603);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.0668728152766"
                atv                     =   "23.269238151229995"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693604);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "滨浦新苑三村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.4297308713508"
                atv                     =   "21.242396045891986"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "滨浦新苑一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                        <hotspot name               =   "spot_693606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.38826828362289"
                atv                     =   "17.629632636429093"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693606);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22615">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14689"
                        atv                =    "77.37891711973221"
                        ath                =    "151.54491094372128"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="167.24497794249" atv="18.527104561085" />
                                        <point ath="164.16582295201" atv="24.828537637406" />
                                        <point ath="162.77800986241" atv="32.147828737575" />
                                        <point ath="159.61879872212" atv="60.636557911015" />
                                        <point ath="-10.974645596298" atv="74.087754043944" />
                                        <point ath="8.6663384032694" atv="72.648143531616" />
                                        <point ath="-11.0632882483" atv="35.695373567389" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14689_text"
                        atv                =    "77.37891711973221"
                        ath                =    "151.54491094372128"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦锦路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14690"
                        atv                =    "49.89176026669788"
                        ath                =    "128.29936584860954"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="87.472876987034" atv="20.312749489195" />
                                        <point ath="-119.59824868083" atv="17.556868119639" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14690_text"
                        atv                =    "49.89176026669788"
                        ath                =    "128.29936584860954"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "联航路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22616"
            title                       =   "闵浦北"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/thumb.jpg"
            fenzuid                     =   "7849"
            parent_fenzuid              =   "7848"
            lat                         =   "31.062556"
            lng                         =   "121.534447"
            heading                     =   ""
            scene_id                    =   "22616"
            pano_id                     =   "689"
            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                =   "42.13063273617"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-17.828727299696'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "42.13063273617"
                vlookat                 =   "42.13063273617"
                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/1/pano/8b2290bc7eda4865/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/8b2290bc7eda4865/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.3352893417806"
                atv                     =   "3.9730807231285925"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693607);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;博&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7933"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.155488060801"
                atv                     =   "17.846172709600868"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693608);"
                    
                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: 16px ;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                    =   "7933"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22617"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.73163548653486"
                atv                     =   "2.5836500420318025"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693609);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7933"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22618"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-134.74036664070698"
                atv                     =   "2.855086540089401"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693610);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7933"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22619"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.20265789782636"
                atv                     =   "51.606167807634826"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693611);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵浦新苑六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-42.768318931874774"
                atv                     =   "40.0921514299311"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693612);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵浦新苑五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-70.10285501814087"
                atv                     =   "27.403421371480963"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693613);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "闵浦新苑四村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.067158528218783"
                atv                     =   "45.279970370344586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693614);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.32378928709821"
                atv                     =   "26.14858776983908"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693615);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693616"
                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:22px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "22"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-98.55769280019706"
                atv                     =   "31.600523619783356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693616);"
                    
                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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.80370429439063"
                atv                     =   "26.561089871711214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693617);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.81397885762095"
                atv                     =   "53.8820110621122"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693618);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.80119384572032"
                atv                     =   "27.501584241456776"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江宝邸北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.12501643968801"
                atv                     =   "32.091551238982674"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693620);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.8670518315225"
                atv                     =   "46.57665909133331"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江宝邸南区江文路201弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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;2&lt;br/&gt;0&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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "75.33893351749964"
                atv                     =   "30.855778691016887"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693622);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江宝邸南区江文路125弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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;1&lt;br/&gt;2&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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "53.574920926475386"
                atv                     =   "23.101367358005305"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693623);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.6863186985317498"
                atv                     =   "20.690594576832094"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693624);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和雅苑壹街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "18.149433722546064"
                atv                     =   "16.138905703829014"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和雅苑贰街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-30.17244396113398"
                atv                     =   "23.742462190545876"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693626);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "谈家港花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "141.86728028966664"
                atv                     =   "77.26245102062485"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江宝邸西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.6838122618773"
                atv                     =   "31.508883335318842"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693628);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "博雅苑西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "131.90968342238227"
                atv                     =   "28.839252494614673"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693629);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "博雅苑东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "109.01858287813798"
                atv                     =   "25.59532779012723"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693630);"
                    
                zoom                    =   "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;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.85726134139838"
                atv                     =   "30.104712517629952"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金硕河畔景园东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                        <hotspot name               =   "spot_693632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-146.32282022289453"
                atv                     =   "21.482484939686003"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金硕河畔景园西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22616">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14691"
                        atv                =    "42.05730129080309"
                        ath                =    "112.03385067194293"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-123.00821323213" atv="13.628838530601" />
                                        <point ath="-130.51207567622" atv="20.477536657995" />
                                        <point ath="-141.45727965576" atv="30.698302639873" />
                                        <point ath="122.32648679049" atv="46.045843914521" />
                                        <point ath="83.624101784177" atv="21.563866854381" />
                                        <point ath="78.995525898502" atv="18.083406425832" />
                                        <point ath="75.97776370566" atv="15.841810770033" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14691_text"
                        atv                =    "42.05730129080309"
                        ath                =    "112.03385067194293"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "召楼路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14692"
                        atv                =    "76.83481797339796"
                        ath                =    "-50.33371057456225"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-22.689366836695" atv="17.571784380899" />
                                        <point ath="-21.8083307425" atv="28.888379179099" />
                                        <point ath="-21.213483622046" atv="39.506515279968" />
                                        <point ath="-27.622920294711" atv="65.012995062514" />
                                        <point ath="-143.75938283721" atv="79.197557859865" />
                                        <point ath="176.93324729945" atv="38.430613423431" />
                                        <point ath="173.39061765745" atv="16.888786194882" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14692_text"
                        atv                =    "76.83481797339796"
                        ath                =    "-50.33371057456225"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "申嘉湖高速"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22617"
            title                       =   "闵浦南"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/thumb.jpg"
            fenzuid                     =   "7849"
            parent_fenzuid              =   "7848"
            lat                         =   "31.046213"
            lng                         =   "121.534112"
            heading                     =   ""
            scene_id                    =   "22617"
            pano_id                     =   "689"
            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                =   "42.13063273617"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-20.04589516059'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "42.13063273617"
                vlookat                 =   "42.13063273617"
                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/1/pano/844912688a0ffc46/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/844912688a0ffc46/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.071381241056258"
                atv                     =   "7.606098024961455"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693633);"
                    
                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: 16px ;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                    =   "7934"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22616"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-49.04721724242563"
                atv                     =   "3.203724759961688"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693634);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;博&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7934"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.18044400539483"
                atv                     =   "6.073059346114824"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693635);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7934"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22618"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.3396940135732"
                atv                     =   "4.2115839674148665"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693636);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7934"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22619"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.244438561960806"
                atv                     =   "38.43946259119792"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和新苑南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.093929859238585"
                atv                     =   "47.96482832137219"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "虹浦新城南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.38307242581868"
                atv                     =   "31.708551850141415"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693639);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "虹浦新城北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.61659045219534"
                atv                     =   "27.334079597209012"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693640);"
                    
                zoom                    =   "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;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.6343306080662"
                atv                     =   "27.04568558069427"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693641);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水语人家南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-55.633987612809335"
                atv                     =   "21.1780701006643"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693642);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水语人家北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.198303415498"
                atv                     =   "30.60653198974756"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨和雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;和&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "28.44050948089466"
                atv                     =   "16.70619030976166"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中虹浦江苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.40721399100653"
                atv                     =   "17.19147301933377"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693645);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.13728985633475"
                atv                     =   "25.18429710656237"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693646);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "聚缘北庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]聚&lt;br/&gt;缘&lt;br/&gt;北&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.50527155352825"
                atv                     =   "39.91665700367946"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693647);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇秀景苑一街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.60563495286513"
                atv                     =   "22.135844138487176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693648);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "112.35262631477383"
                atv                     =   "22.97938766242646"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693649);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "聚缘中庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]聚&lt;br/&gt;缘&lt;br/&gt;中&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.73045387109758"
                atv                     =   "18.03093705723307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693650);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "聚缘南庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]聚&lt;br/&gt;缘&lt;br/&gt;南&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.48303603704392"
                atv                     =   "23.02033177378359"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693651);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇秀景苑三街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "129.39478949089641"
                atv                     =   "28.75136827061683"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693652);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇秀景苑二街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.41796177634558"
                atv                     =   "26.028700392941342"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693653);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和华苑南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.97177277288773"
                atv                     =   "34.784679017875675"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693654);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和华苑北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693655"
                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:22px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "22"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-155.5469412609412"
                atv                     =   "37.31355798294853"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_693655);"
                    
                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;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "158.22087894014433"
                atv                     =   "49.628165787680736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693656);"
                    
                zoom                    =   "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;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.8845410958205"
                atv                     =   "62.90946112410108"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693657);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.03539579105407"
                atv                     =   "41.37257402626171"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欣佳宝邸南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.34572820118547"
                atv                     =   "50.63551245849298"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欣佳宝邸西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.39883702350818"
                atv                     =   "68.0398419270937"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欣佳宝邸东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.6357824643008"
                atv                     =   "67.45009337140579"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欣佳宝邸北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.22620787121656"
                atv                     =   "20.652132394323846"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江馨都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;江&lt;br/&gt;馨&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-107.8944309277727"
                atv                     =   "27.738147303135936"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦润苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.76518054209822"
                atv                     =   "26.609646310278322"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693664);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                        <hotspot name               =   "spot_693665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.167342319309796"
                atv                     =   "23.484858181036344"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693665);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "瑞和新苑北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22617">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14693"
                        atv                =    "57.87819795070685"
                        ath                =    "140.7865389682205"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="90.87426945075" atv="22.058690646571" />
                                        <point ath="147.11905732244" atv="59.403310708723" />
                                        <point ath="163.71042382851" atv="60.891635695804" />
                                        <point ath="173.05517443963" atv="60.336712713242" />
                                        <point ath="-178.13010479457" atv="58.676967639472" />
                                        <point ath="-160.21457347058" atv="51.787187412905" />
                                        <point ath="-140.19382535691" atv="35.184075245505" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14693_text"
                        atv                =    "57.87819795070685"
                        ath                =    "140.7865389682205"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦航路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14694"
                        atv                =    "51.07297817325542"
                        ath                =    "74.28094169928931"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="51.19651708302" atv="47.342536306255" />
                                        <point ath="149.47490196631" atv="24.489554678873" />
                                        <point ath="14.482487863746" atv="26.810007163167" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14694_text"
                        atv                =    "51.07297817325542"
                        ath                =    "74.28094169928931"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "召楼路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22618"
            title                       =   "万达东侧"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/thumb.jpg"
            fenzuid                     =   "7851"
            parent_fenzuid              =   "7850"
            lat                         =   "31.028458"
            lng                         =   "121.517257"
            heading                     =   ""
            scene_id                    =   "22618"
            pano_id                     =   "689"
            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                =   "42.13063273617"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-10.834806015722'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "42.13063273617"
                vlookat                 =   "42.13063273617"
                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/1/pano/4a8662891f6b88b1/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/4a8662891f6b88b1/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "23.27747778538952"
                atv                     =   "3.5627876378758865"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693666);"
                    
                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: 16px ;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                    =   "7935"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22616"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.987572153674364"
                atv                     =   "6.263594605760851"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693667);"
                    
                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: 16px ;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                    =   "7935"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22617"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.040379466087415"
                atv                     =   "3.0870307836281676"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693668);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;博&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7935"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.17609469793155"
                atv                     =   "10.369239232876406"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693669);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;西&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7935"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22619"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-81.60994328550771"
                atv                     =   "18.28663511135088"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693670);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.05510644163274"
                atv                     =   "19.17208019945355"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693671);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-81.97171282554598"
                atv                     =   "38.45957926062987"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城玖街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-51.946357073485046"
                atv                     =   "22.874592898780136"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693673);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城捌街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.43448151508028"
                atv                     =   "33.74530030653282"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城柒街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-29.02164755309309"
                atv                     =   "26.055048364854695"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693675);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.123012858875825"
                atv                     =   "32.16394238136407"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693676);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.370210289928309"
                atv                     =   "30.54793259598325"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693677);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城陆街区南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.8257194238179295"
                atv                     =   "24.280912100177073"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693678);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城陆街区北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "56.78154947962281"
                atv                     =   "35.4285502691221"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693679);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城伍街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.14206718877995"
                atv                     =   "37.245195867382236"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693680);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城肆街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.62206701359582"
                atv                     =   "37.17738462316638"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693681);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新汇绿苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.78457477241406"
                atv                     =   "60.04410407754328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693682);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.2934184021634"
                atv                     =   "54.963589098145036"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693683);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新汇绿苑一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.16077566732184"
                atv                     =   "33.03490457905233"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693684);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城叁街区鲁宁路80弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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;8&lt;br/&gt;0&lt;br/&gt;弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.43819883652293"
                atv                     =   "25.466913019372004"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693685);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城叁街区汇臻路815弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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;8&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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "133.4030386570118"
                atv                     =   "20.94609337012053"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693686);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "红梅雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;梅&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-113.26697297740861"
                atv                     =   "32.956733900666144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693687);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城·壹街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.54965387356896"
                atv                     =   "23.433735454627232"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693688);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦江瑞和城·贰街区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.56986600386347"
                atv                     =   "17.252168790590954"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693689);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "旭辉·江山都会"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.724798243282805"
                atv                     =   "15.24268458276768"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693690);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城锦宏苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                        <hotspot name               =   "spot_693691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.191028596093474"
                atv                     =   "12.759093402966595"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693691);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城佳兴苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22618">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14695"
                        atv                =    "55.727237926206655"
                        ath                =    "75.17843892930227"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="27.092468532192" atv="22.882430215557" />
                                        <point ath="38.212916799856" atv="40.445043730782" />
                                        <point ath="49.609659891272" atv="48.984265572972" />
                                        <point ath="62.453244730216" atv="53.670905132773" />
                                        <point ath="80.1489944321" atv="56.565965521968" />
                                        <point ath="124.62437388718" atv="51.59492809475" />
                                        <point ath="165.25678493532" atv="20.250626509864" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14695_text"
                        atv                =    "55.727237926206655"
                        ath                =    "75.17843892930227"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "江臻路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14696"
                        atv                =    "66.4476465353539"
                        ath                =    "132.4970808544256"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="95.136214012462" atv="12.540824893838" />
                                        <point ath="178.86799526275" atv="74.940625560709" />
                                        <point ath="-119.27331454326" atv="64.187525359912" />
                                        <point ath="-95.079273213403" atv="34.080404616289" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14696_text"
                        atv                =    "66.4476465353539"
                        ath                =    "132.4970808544256"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "鲁南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
                <scene
            name                        =   "scene_22619"
            title                       =   "万达西侧"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/thumb.jpg"
            fenzuid                     =   "7851"
            parent_fenzuid              =   "7850"
            lat                         =   "31.032646"
            lng                         =   "121.500162"
            heading                     =   ""
            scene_id                    =   "22619"
            pano_id                     =   "689"
            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                =   "42.13063273617"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '1'
            compass_img                 =   'https://cdn.yj720.com.cn/uploads/image/20240529/2b9382bc7910b3c58f67ac3f257e00ae.png'
            compass_hlookat             =   '-3.5501097881362'
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "42.13063273617"
                vlookat                 =   "42.13063273617"
                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/1/pano/0175c94a047b3b58/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="16128">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="7936">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="4096">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="2048
">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="1024">
                                                <cube url="https://cdn.yj720.com.cn/uploads/1/pano/0175c94a047b3b58/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_693692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.558061555345944"
                atv                     =   "2.4800463886425024"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693692);"
                    
                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: 16px ;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                    =   "7936"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22616"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.085463351202065"
                atv                     =   "3.2946289476196995"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693693);"
                    
                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: 16px ;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                    =   "7936"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22617"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "113.17038059441893"
                atv                     =   "10.734977025107838"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693694);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]万&lt;br/&gt;达&lt;br/&gt;东&lt;br/&gt;侧[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7936"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22618"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.479570992428535"
                atv                     =   "2.8645835126022487"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693695);"
                    
                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: 16px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;博&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "7936"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_22615"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.80543630335777"
                atv                     =   "18.90346559894187"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693696);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "142.22147646263477"
                atv                     =   "52.304183869318194"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693697);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城浦晨雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.435989832472956"
                atv                     =   "52.042771464323245"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693698);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城宝铭莲浦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "80.77676479571068"
                atv                     =   "33.18842657256232"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693699);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城馨宁佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "86.43193573705628"
                atv                     =   "21.873201969023587"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693700);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城锦宏苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.66332373010991"
                atv                     =   "20.79544863307997"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693701);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.23537250006609"
                atv                     =   "28.929150285565548"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693702);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城香樟苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.82060049877191"
                atv                     =   "23.611278437427533"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693703);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城欣康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.58892372555363"
                atv                     =   "24.08732577073907"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693704);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.96833416203697"
                atv                     =   "17.099445998937366"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693705);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城佳兴苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.838503827134957"
                atv                     =   "30.785209753056602"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693706);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城星华园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-48.71762955414516"
                atv                     =   "24.45452226486426"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693707);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "颂和苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.37855653097665"
                atv                     =   "19.067223399037125"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693708);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城兴顺苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.374452738818604"
                atv                     =   "48.07638685108373"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693709);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.00206345762854"
                atv                     =   "60.71808009170116"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693710);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城盛华园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.52608053194044"
                atv                     =   "52.475530273723265"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693711);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城永锦苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.81553305951172"
                atv                     =   "31.208749062907398"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693712);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "和康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color: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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.5001254863223"
                atv                     =   "20.105292870005652"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693713);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城兴利苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.1642772104982"
                atv                     =   "23.245653940303274"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693714);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城浦欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.51056654637227"
                atv                     =   "28.65052159603574"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693715);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-160.93846116370793"
                atv                     =   "16.09783504066772"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693716);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永康城丹桂苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.34699956806838"
                atv                     =   "20.122539511411933"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693717);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建发·浦上湾"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "174.35079621963305"
                atv                     =   "15.629006210182315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693718);"
                    
                zoom                    =   "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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "149.12852341925287"
                atv                     =   "18.172325770870206"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693719);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新城·千禧公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.36420495801767"
                atv                     =   "14.882923785513885"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693720);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "旭辉·江山都会"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                        <hotspot name               =   "spot_693721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.16546185917295"
                atv                     =   "12.955259395283257"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_693721);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "旭辉·江山都会"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-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"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_22619">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_14697"
                        atv                =    "41.49051898710536"
                        ath                =    "35.261090471772945"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="76.533642086315" atv="14.088908725511" />
                                        <point ath="51.128580318405" atv="34.473477486309" />
                                        <point ath="-5.2799671332116" atv="47.442751965557" />
                                        <point ath="-63.441325254367" atv="26.129488091213" />
                                        <point ath="-71.542862268461" atv="19.085909267762" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14697_text"
                        atv                =    "41.49051898710536"
                        ath                =    "35.261090471772945"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "鲁建路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                                <hotspot
                        name               =    "embed_9_14698"
                        atv                =    "72.70289854276741"
                        ath                =    "-22.301494234744325"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-1.4311906107264" atv="19.66566593779" />
                                        <point ath="-4.032900515211" atv="25.611691445487" />
                                        <point ath="-5.3983394326481" atv="32.52165848383" />
                                        <point ath="-7.4834600740199" atv="45.702741368183" />
                                        <point ath="-19.639258906167" atv="70.354672501006" />
                                        <point ath="-129.61830731036" atv="80.989020802695" />
                                        <point ath="-174.1190995529" atv="37.722814943489" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_14698_text"
                        atv                =    "72.70289854276741"
                        ath                =    "-22.301494234744325"
                        showvr             =    "true"
                        type               =    "text"
                        html               =    "浦锦南路"
                        backgroundcolor    =    "#000000"
                        backgroundalpha    =    "0.5"
                        roundedge          =    "5"
                        padding            =    "5 8 5 8"
                        css                =    "color:#ffffff"
                />
                
        </scene>
            <config>
        <qiniu_allow_state data= '0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:689,&quot;v_id&quot;:&quot;ucjbX4DlVjf&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\/1\/qrcode\/17185284824389254.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;上海闵行区浦江镇 【VR全景地图】&quot;,&quot;tags&quot;:&quot;371,18,20,25&quot;,&quot;group_textarea&quot;:&quot;&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20241221\/0556c7a57e4eaf79e5b1e306c08fa93e.jpg&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:3064,&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;所有航拍或图片作品均采用区块链+CA认证双重保护，在此声明不允许任何未经过授权自媒体、中介平台盗用或截取内容，未经允许请勿使用直播等商业用途，如继续盗用使用将承担全部责任！商务合作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;:0,&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;:1,&quot;enable_comment&quot;:1,&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\/3\/image\/20241209\/o_1iel56qo31fouk3ap741grnvsee&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;1722049154&quot;,&quot;update_time&quot;:1782380602,&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;:2,&quot;start_phone_img&quot;:&quot;&quot;,&quot;start_phone_po&quot;:2,&quot;start_type&quot;:2,&quot;start_stop_time&quot;:5,&quot;start_count_down&quot;:2,&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;:2,&quot;initial_scene&quot;:1,&quot;initial_scene_id&quot;:0,&quot;interface_template&quot;:1,&quot;template_style&quot;:1,&quot;grouping_style&quot;:1,&quot;paid&quot;:0,&quot;paid_time&quot;:&quot;&quot;,&quot;first_scene_id&quot;:22583,&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;:null,&quot;watermark_fill&quot;:null,&quot;watermark_scale&quot;:null,&quot;watermark_opacity&quot;:null,&quot;watermark_gap&quot;:null,&quot;watermark_rotate&quot;:null,&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;:0,&quot;sale_price&quot;:0,&quot;sale_free&quot;:&quot;&quot;,&quot;sale_vid&quot;:null,&quot;view_free_group&quot;:&quot;&quot;,&quot;view_count&quot;:53,&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;:689,&quot;pano_id&quot;:689,&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;:689,&quot;pano_id&quot;:689,&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;:0,&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":689,"pano_id":689,"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":0,"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='/u/r0oGxcybTzL' />
        <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":382,"pano_id":689,"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":210,"spot_id":23330,"content":"","img_url":"\/uploads\/3\/image\/20250213\/o_1ijvn42afk1e5gr184s7u91qnde"}],"child":[]}]' />
        <auto_guide>
                </auto_guide>
        <guide_settings>
                </guide_settings>
                    <view view_id="22583" name="scene_22583">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22581" name="scene_22581">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22584" name="scene_22584">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22582" name="scene_22582">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22609" name="scene_22609">
                            </view>
                        <view view_id="22610" name="scene_22610">
                            </view>
                        <view view_id="22614" name="scene_22614">
                            </view>
                        <view view_id="22603" name="scene_22603">
                            </view>
                        <view view_id="22611" name="scene_22611">
                            </view>
                        <view view_id="22612" name="scene_22612">
                            </view>
                        <view view_id="22613" name="scene_22613">
                            </view>
                        <view view_id="22604" name="scene_22604">
                            </view>
                        <view view_id="22605" name="scene_22605">
                            </view>
                        <view view_id="22606" name="scene_22606">
                            </view>
                        <view view_id="22607" name="scene_22607">
                            </view>
                        <view view_id="22602" name="scene_22602">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22608" name="scene_22608">
                            </view>
                        <view view_id="22586" name="scene_22586">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22587" name="scene_22587">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22585" name="scene_22585">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22591" name="scene_22591">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22588" name="scene_22588">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22589" name="scene_22589">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22590" name="scene_22590">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22592" name="scene_22592">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22593" name="scene_22593">
                            </view>
                        <view view_id="22594" name="scene_22594">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22595" name="scene_22595">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22596" name="scene_22596">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22597" name="scene_22597">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22598" name="scene_22598">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22599" name="scene_22599">
                            </view>
                        <view view_id="22600" name="scene_22600">
                            </view>
                        <view view_id="22601" name="scene_22601">
                            </view>
                        <view view_id="22569" name="scene_22569">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22570" name="scene_22570">
                            </view>
                        <view view_id="22567" name="scene_22567">
                            </view>
                        <view view_id="22568" name="scene_22568">
                            </view>
                        <view view_id="22572" name="scene_22572">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22575" name="scene_22575">
                            </view>
                        <view view_id="22571" name="scene_22571">
                            </view>
                        <view view_id="22574" name="scene_22574">
                            </view>
                        <view view_id="22573" name="scene_22573">
                            </view>
                        <view view_id="22578" name="scene_22578">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22576" name="scene_22576">
                            </view>
                        <view view_id="22580" name="scene_22580">
                            </view>
                        <view view_id="22577" name="scene_22577">
                            </view>
                        <view view_id="22579" name="scene_22579">
                            </view>
                        <view view_id="22615" name="scene_22615">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22616" name="scene_22616">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22617" name="scene_22617">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22618" name="scene_22618">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="22619" name="scene_22619">
                                <embeds>
                                    </embeds>
                            </view>
                    <fenzu data = "[{&quot;id&quot;:7835,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u534e\u4fa8\u57ce\u5546\u5708&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7836,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u534e\u4fa8\u57ce\u533a\u4f4d&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22583,&quot;uid&quot;:3,&quot;material_id&quot;:18524,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/4114cf5e834ddd22&quot;,&quot;tiledimage&quot;:&quot;16384x16384,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/4114cf5e834ddd22\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce\u5546\u5708&quot;,&quot;fenzuid&quot;:7836,&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;:-18.058630074164185,&quot;vlookat&quot;:49.778014675798275,&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;:1718794454,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.102372&quot;,&quot;lng&quot;:&quot;121.489429&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-16.587023667547975,&quot;compass_vlookat&quot;:11.916844852011046,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22581,&quot;uid&quot;:3,&quot;material_id&quot;:18522,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/9f9e6101eee9197e&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/9f9e6101eee9197e\/thumb.jpg&quot;,&quot;title&quot;:&quot;1\u671f\u533a\u4f4d&quot;,&quot;fenzuid&quot;:7836,&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;:-59.79243715435362,&quot;vlookat&quot;:74.63246379654,&quot;fov&quot;:95,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.106258&quot;,&quot;lng&quot;:&quot;121.491427&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-20.58330922064554,&quot;compass_vlookat&quot;:18.982382388245867,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22584,&quot;uid&quot;:3,&quot;material_id&quot;:18525,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/a6e883db1de7d91e&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/a6e883db1de7d91e\/thumb.jpg&quot;,&quot;title&quot;:&quot;2\u671f\u533a\u4f4d&quot;,&quot;fenzuid&quot;:7836,&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;:-60.033500562527784,&quot;vlookat&quot;:42.730570747570475,&quot;fov&quot;:95,&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;:1718794912,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.102490&quot;,&quot;lng&quot;:&quot;121.489314&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-19.249209459411702,&quot;compass_vlookat&quot;:18.71049313314533,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22582,&quot;uid&quot;:3,&quot;material_id&quot;:18523,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/ef71e56680726ec7&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/ef71e56680726ec7\/thumb.jpg&quot;,&quot;title&quot;:&quot;348\u671f\u533a\u4f4d&quot;,&quot;fenzuid&quot;:7836,&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;:-17.329669782166206,&quot;vlookat&quot;:51.49461911161972,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.097169&quot;,&quot;lng&quot;:&quot;121.491188&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-18.121012295723652,&quot;compass_vlookat&quot;:21.05169612872254,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7845,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u534e\u4fa8\u57ce\u697c\u76d8&quot;,&quot;listorder&quot;:1,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22609,&quot;uid&quot;:3,&quot;material_id&quot;:18550,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/f21b210589ffa1c4&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/f21b210589ffa1c4\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6c5f\u6866\u8def200\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:-20.831022755194937,&quot;vlookat&quot;:70.70702848538416,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.107636&quot;,&quot;lng&quot;:&quot;121.492905&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22610,&quot;uid&quot;:3,&quot;material_id&quot;:18551,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/fffe32c15f9de12f&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/fffe32c15f9de12f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6c5f\u6866\u8def600\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:8.62556496070431,&quot;vlookat&quot;:61.95579439136381,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.106226&quot;,&quot;lng&quot;:&quot;121.488357&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22614,&quot;uid&quot;:3,&quot;material_id&quot;:18555,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/9ced0702fd5274a6&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/9ced0702fd5274a6\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9662\u90b8199\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:-17.315823801085195,&quot;vlookat&quot;:57.502501354283545,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.105033&quot;,&quot;lng&quot;:&quot;121.493729&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22603,&quot;uid&quot;:3,&quot;material_id&quot;:18544,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/a6e883db1de7d91e&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/a6e883db1de7d91e\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5341\u53f7\u9662&quot;,&quot;fenzuid&quot;:7845,&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;:99.51712363583638,&quot;vlookat&quot;:51.48377458019115,&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;:1718794912,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.102490&quot;,&quot;lng&quot;:&quot;121.489314&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-19.249209459411702,&quot;compass_vlookat&quot;:18.71049313314533,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22611,&quot;uid&quot;:3,&quot;material_id&quot;:18552,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/d698caba797a38dc&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/d698caba797a38dc\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6c5f\u67f3\u8def400\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:163.78839841156835,&quot;vlookat&quot;:67.96025024773256,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.104153&quot;,&quot;lng&quot;:&quot;121.490582&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22612,&quot;uid&quot;:3,&quot;material_id&quot;:18553,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/21a3d3c673b1f887&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/21a3d3c673b1f887\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d66\u9a70\u8def1809\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:-15.776383967854112,&quot;vlookat&quot;:45.5077836500544,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.103259&quot;,&quot;lng&quot;:&quot;121.487347&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22613,&quot;uid&quot;:3,&quot;material_id&quot;:18554,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/e6c78ea71416b420&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/e6c78ea71416b420\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d66\u9526\u8def1658\u5f04&quot;,&quot;fenzuid&quot;:7845,&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;:-12.616464080842725,&quot;vlookat&quot;:61.067161213712396,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.101289&quot;,&quot;lng&quot;:&quot;121.488446&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22604,&quot;uid&quot;:3,&quot;material_id&quot;:18545,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/cd077278dfb152c3&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/cd077278dfb152c3\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce2\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:-0.7677044381040332,&quot;vlookat&quot;:60.53737038611481,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.098086&quot;,&quot;lng&quot;:&quot;121.489249&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22605,&quot;uid&quot;:3,&quot;material_id&quot;:18546,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/8273e44932f00c7c&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/8273e44932f00c7c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce3\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:158.99813198120302,&quot;vlookat&quot;:65.58007973757806,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.098901&quot;,&quot;lng&quot;:&quot;121.492208&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22606,&quot;uid&quot;:3,&quot;material_id&quot;:18547,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/bbb27c7b98fbb5e2&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/bbb27c7b98fbb5e2\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce4\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:168.23256987682635,&quot;vlookat&quot;:67.98113722890322,&quot;fov&quot;:100,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.095480&quot;,&quot;lng&quot;:&quot;121.490235&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22607,&quot;uid&quot;:3,&quot;material_id&quot;:18548,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/52d058d66fab51fc&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/52d058d66fab51fc\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce5\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:0.133429725278011,&quot;vlookat&quot;:45.45274260564464,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.097191&quot;,&quot;lng&quot;:&quot;121.496648&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22602,&quot;uid&quot;:3,&quot;material_id&quot;:18543,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/1af8746414a7e8da&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/1af8746414a7e8da\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce6\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:95.88048917929979,&quot;vlookat&quot;:34.55996297819018,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.098620&quot;,&quot;lng&quot;:&quot;121.496583&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:344.06050056476334,&quot;compass_vlookat&quot;:11.39590517776098,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22608,&quot;uid&quot;:3,&quot;material_id&quot;:18549,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/edea6e8f5c96783a&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/edea6e8f5c96783a\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u4fa8\u57ce8\u671f&quot;,&quot;fenzuid&quot;:7845,&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;:-95.1792780732572,&quot;vlookat&quot;:55.394749217046126,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.096432&quot;,&quot;lng&quot;:&quot;121.493304&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7837,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u8309\u8389\u516c\u9986&quot;,&quot;listorder&quot;:2,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22586,&quot;uid&quot;:3,&quot;material_id&quot;:18527,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/a537e065988a7484&quot;,&quot;tiledimage&quot;:&quot;16384x16384,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/a537e065988a7484\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u8309\u8389\u516c\u99861\u671f&quot;,&quot;fenzuid&quot;:7837,&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;:165.43342604834683,&quot;vlookat&quot;:79.41517133737618,&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;:1718795728,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.097081&quot;,&quot;lng&quot;:&quot;121.484269&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-16.17349816678096,&quot;compass_vlookat&quot;:20.866196924106443,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22587,&quot;uid&quot;:3,&quot;material_id&quot;:18528,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/a537e065988a7484&quot;,&quot;tiledimage&quot;:&quot;16384x16384,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/a537e065988a7484\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u8309\u8389\u516c\u99862\u671f&quot;,&quot;fenzuid&quot;:7837,&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;:165.43342604834683,&quot;vlookat&quot;:79.41517133737618,&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;:1718795728,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.097081&quot;,&quot;lng&quot;:&quot;121.484269&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-16.17349816678096,&quot;compass_vlookat&quot;:20.866196924106443,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22585,&quot;uid&quot;:3,&quot;material_id&quot;:18526,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/67f7e56f46df59ff&quot;,&quot;tiledimage&quot;:&quot;16384x16384,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/67f7e56f46df59ff\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u8309\u8389\u516c\u99863\u671f&quot;,&quot;fenzuid&quot;:7837,&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;:161.5439402938242,&quot;vlookat&quot;:65.59359380199864,&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;:1718795268,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.100143&quot;,&quot;lng&quot;:&quot;121.484650&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-15.616486403349258,&quot;compass_vlookat&quot;:10.760679529296501,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7838,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u6843\u82b1\u6e90&quot;,&quot;listorder&quot;:3,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22591,&quot;uid&quot;:3,&quot;material_id&quot;:18532,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/133e1b4ebc259b76&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/133e1b4ebc259b76\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6843\u82b1\u6e90\u6816\u51e4\u56ed&quot;,&quot;fenzuid&quot;:7838,&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;:162.2158390401017,&quot;vlookat&quot;:70.25424344305995,&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;:1718845733,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.108530&quot;,&quot;lng&quot;:&quot;121.485939&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-17.06555192782661,&quot;compass_vlookat&quot;:17.468390598045865,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22588,&quot;uid&quot;:3,&quot;material_id&quot;:18529,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/b23fce8ad3ad39b8&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/b23fce8ad3ad39b8\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6843\u82b1\u6e90\u7231\u83b2\u56ed&quot;,&quot;fenzuid&quot;:7838,&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;:-18.5036109578553,&quot;vlookat&quot;:72.73077678256509,&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;:1718797599,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.109259&quot;,&quot;lng&quot;:&quot;121.488487&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-18.33235729515063,&quot;compass_vlookat&quot;:20.525409993125713,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22589,&quot;uid&quot;:3,&quot;material_id&quot;:18530,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/c2da8c8c19290359&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/c2da8c8c19290359\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6843\u82b1\u6e90\u91d1\u745e\u56ed&quot;,&quot;fenzuid&quot;:7838,&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;:164.0683418707145,&quot;vlookat&quot;:71.25662255028183,&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;:1718797599,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.112913&quot;,&quot;lng&quot;:&quot;121.491403&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-20.144829420608094,&quot;compass_vlookat&quot;:14.677794510740155,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22590,&quot;uid&quot;:3,&quot;material_id&quot;:18531,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/51faa1a3a3cae89c&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/51faa1a3a3cae89c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6843\u82b1\u6e90\u91d1\u5b87\u56ed&quot;,&quot;fenzuid&quot;:7838,&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;:69.83844172554083,&quot;vlookat&quot;:72.09665358575788,&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;:1718845733,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.110403&quot;,&quot;lng&quot;:&quot;121.492004&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-19.95059750318235,&quot;compass_vlookat&quot;:14.146071811193375,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7839,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u6d66\u6c5f\u5764\u5ead&quot;,&quot;listorder&quot;:4,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22592,&quot;uid&quot;:3,&quot;material_id&quot;:18533,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/d6bd34301ebe2d22&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/d6bd34301ebe2d22\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d66\u6c5f\u5764\u5ead&quot;,&quot;fenzuid&quot;:7839,&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;:-17.63168671606387,&quot;vlookat&quot;:54.17055832013851,&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;:1718796423,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.092596&quot;,&quot;lng&quot;:&quot;121.485757&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-20.705211426195575,&quot;compass_vlookat&quot;:19.382413264472316,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22593,&quot;uid&quot;:3,&quot;material_id&quot;:18534,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/9c704f352606e325&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/9c704f352606e325\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d66\u6c5f\u5764\u5ead\u7fe0\u5fa1&quot;,&quot;fenzuid&quot;:7839,&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;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:95,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.093681&quot;,&quot;lng&quot;:&quot;121.483678&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7840,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u5efa\u53d1&quot;,&quot;listorder&quot;:5,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22594,&quot;uid&quot;:3,&quot;material_id&quot;:18535,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/65cee7c8a3a37032&quot;,&quot;tiledimage&quot;:&quot;16384x16384,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/65cee7c8a3a37032\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5efa\u53d1\u7f26\u73a5&quot;,&quot;fenzuid&quot;:7840,&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;:-14.762124153130916,&quot;vlookat&quot;:59.31441210751959,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.104323&quot;,&quot;lng&quot;:&quot;121.482676&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-18.554411601128006,&quot;compass_vlookat&quot;:16.30744492409557,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22595,&quot;uid&quot;:3,&quot;material_id&quot;:18536,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/5601fdd18bd4433d&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/5601fdd18bd4433d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5efa\u53d1\u7f26\u4e91&quot;,&quot;fenzuid&quot;:7840,&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;:-14.361480414445575,&quot;vlookat&quot;:53.637369658860635,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.101953&quot;,&quot;lng&quot;:&quot;121.484376&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-17.365699024462383,&quot;compass_vlookat&quot;:10.626845462744468,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7841,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u6d66\u6c5f\u9890\u57ce&quot;,&quot;listorder&quot;:6,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22596,&quot;uid&quot;:3,&quot;material_id&quot;:18537,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/4c1a2a9bee5c4ba8&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/4c1a2a9bee5c4ba8\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d66\u6c5f\u9890\u57ce&quot;,&quot;fenzuid&quot;:7841,&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;:72.12016368456226,&quot;vlookat&quot;:63.12711546535228,&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;:1718797599,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.101480&quot;,&quot;lng&quot;:&quot;121.495822&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-20.970271571992033,&quot;compass_vlookat&quot;:13.034682382296062,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7842,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u7ea2\u918d\u534a\u5c9b&quot;,&quot;listorder&quot;:7,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22597,&quot;uid&quot;:3,&quot;material_id&quot;:18538,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/f508535f03f531d8&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/f508535f03f531d8\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7ea2\u918d\u534a\u5c9b&quot;,&quot;fenzuid&quot;:7842,&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;:-102.30907012225185,&quot;vlookat&quot;:81.59037167029915,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.100922&quot;,&quot;lng&quot;:&quot;121.481657&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-15.288142448124571,&quot;compass_vlookat&quot;:23.783895224162567,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7843,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u7fe1\u7fe0\u522b\u5885&quot;,&quot;listorder&quot;:8,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22598,&quot;uid&quot;:3,&quot;material_id&quot;:18539,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/b091f130bf906498&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/b091f130bf906498\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7fe1\u7fe0\u522b\u5885\u9ad8\u7a7a&quot;,&quot;fenzuid&quot;:7843,&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;:-143.77244193583988,&quot;vlookat&quot;:77.91795718303538,&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;:1718794223,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.108850&quot;,&quot;lng&quot;:&quot;121.480940&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-16.609723776988705,&quot;compass_vlookat&quot;:20.616372148195136,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22599,&quot;uid&quot;:3,&quot;material_id&quot;:18540,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/c222a517834eaa83&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/c222a517834eaa83\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7fe1\u7fe0\u522b\u588515\u671f&quot;,&quot;fenzuid&quot;:7843,&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;:163.3617126338862,&quot;vlookat&quot;:90,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.107323&quot;,&quot;lng&quot;:&quot;121.480660&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22600,&quot;uid&quot;:3,&quot;material_id&quot;:18541,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/ef2841faa0284b29&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/ef2841faa0284b29\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7fe1\u7fe0\u522b\u5885234\u671f&quot;,&quot;fenzuid&quot;:7843,&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;:162.51579216255925,&quot;vlookat&quot;:69.6711915516489,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.109657&quot;,&quot;lng&quot;:&quot;121.479903&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]},{&quot;id&quot;:7844,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u4fdd\u5229\u9526\u4e0a&quot;,&quot;listorder&quot;:10,&quot;parent_id&quot;:7835,&quot;view_list&quot;:[{&quot;id&quot;:22601,&quot;uid&quot;:3,&quot;material_id&quot;:18542,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/c8b06f89b4366754&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/c8b06f89b4366754\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4fdd\u5229\u9526\u4e0a&quot;,&quot;fenzuid&quot;:7844,&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;:71.62045162310729,&quot;vlookat&quot;:79.7201343384036,&quot;fov&quot;:145,&quot;fovmin&quot;:20,&quot;fovmax&quot;:145,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.087353&quot;,&quot;lng&quot;:&quot;121.496342&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:7831,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u524d\u6ee9&quot;,&quot;listorder&quot;:1,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7832,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7831,&quot;view_list&quot;:[{&quot;id&quot;:22569,&quot;uid&quot;:3,&quot;material_id&quot;:18510,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/355197500204c285&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\/1\/pano\/355197500204c285\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u533a\u4f4d\u56fe&quot;,&quot;fenzuid&quot;:7832,&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;:-86.0237638792446,&quot;vlookat&quot;:52.51106779068121,&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;:1718528482,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-28.65605462130842,&quot;compass_vlookat&quot;:17.119451704065728,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22570,&quot;uid&quot;:3,&quot;material_id&quot;:18511,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/9773759f05b58d4c&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\/1\/pano\/9773759f05b58d4c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u5317\u4fa7&quot;,&quot;fenzuid&quot;:7832,&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;:112.36176660222466,&quot;vlookat&quot;:55.40217073202042,&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;:1718528482,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:346.2648217844324,&quot;compass_vlookat&quot;:28.313380502025243,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22567,&quot;uid&quot;:3,&quot;material_id&quot;:18508,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/586769d58da77b27&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\/1\/pano\/586769d58da77b27\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u897f\u4fa7&quot;,&quot;fenzuid&quot;:7832,&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;:-53.33719584064279,&quot;vlookat&quot;:49.59376491088755,&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;:1718528482,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-33.74947043352794,&quot;compass_vlookat&quot;:28.88088862134948,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22568,&quot;uid&quot;:3,&quot;material_id&quot;:18509,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/17a9f33b89a2b30c&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\/1\/pano\/17a9f33b89a2b30c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u5357\u4fa7&quot;,&quot;fenzuid&quot;:7832,&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;:65.86506314759674,&quot;vlookat&quot;:56.089011141410836,&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;:1718528482,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;&quot;,&quot;lng&quot;:&quot;&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-23.647861397278255,&quot;compass_vlookat&quot;:30.805078240583246,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22572,&quot;uid&quot;:3,&quot;material_id&quot;:18513,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/d13c19a5e249f47b&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/d13c19a5e249f47b\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u52a8\u8fc1\u623f&quot;,&quot;fenzuid&quot;:7832,&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;:-170.91870612954173,&quot;vlookat&quot;:55.2778530264319,&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;:1721351717,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.137030&quot;,&quot;lng&quot;:&quot;121.482587&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22575,&quot;uid&quot;:3,&quot;material_id&quot;:18516,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/610fe581e9cfa81c&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/610fe581e9cfa81c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e2d\u4f01\u4e91\u8403\u68ee\u6797&quot;,&quot;fenzuid&quot;:7832,&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;:167.67474682955353,&quot;vlookat&quot;:59.87269675846701,&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;:1721351717,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.144149&quot;,&quot;lng&quot;:&quot;121.480484&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22571,&quot;uid&quot;:3,&quot;material_id&quot;:18512,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/1e9bbeca882dd6dd&quot;,&quot;tiledimage&quot;:&quot;7296x7296,3648x3648,1792x1792,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/1e9bbeca882dd6dd\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u767e\u5408\u56ed&quot;,&quot;fenzuid&quot;:7832,&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;:0.13611900281891093,&quot;vlookat&quot;:61.68237110834322,&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;:1721351717,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.142565&quot;,&quot;lng&quot;:&quot;121.460343&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22574,&quot;uid&quot;:3,&quot;material_id&quot;:18515,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/bd6530cabdd26c24&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/bd6530cabdd26c24\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u6da6\u749f&quot;,&quot;fenzuid&quot;:7832,&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;:-1.9917701903124225,&quot;vlookat&quot;:69.20473762977664,&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;:1721351717,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.140379&quot;,&quot;lng&quot;:&quot;121.466994&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22573,&quot;uid&quot;:3,&quot;material_id&quot;:18514,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/87386809d7add8e1&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/87386809d7add8e1\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u524d\u6ee9\u7eff\u5730&quot;,&quot;fenzuid&quot;:7832,&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;:120.19848163878959,&quot;vlookat&quot;:48.08809579030324,&quot;fov&quot;:120,&quot;fovmin&quot;:40,&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;:1721351717,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.135187&quot;,&quot;lng&quot;:&quot;121.469179&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:7833,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u4e00\u54c1\u6f2b\u57ce\u5546\u5708&quot;,&quot;listorder&quot;:2,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7834,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7833,&quot;view_list&quot;:[{&quot;id&quot;:22578,&quot;uid&quot;:3,&quot;material_id&quot;:18519,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/e3c5da8e60b4c85d&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/e3c5da8e60b4c85d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e00\u54c1\u66fc\u57ce\u5546\u5708&quot;,&quot;fenzuid&quot;:7834,&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;:-20.26234662409954,&quot;vlookat&quot;:44.02796643881294,&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;:1718845881,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.115357&quot;,&quot;lng&quot;:&quot;121.487190&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-14.220580892365275,&quot;compass_vlookat&quot;:28.799543450528777,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22576,&quot;uid&quot;:3,&quot;material_id&quot;:18517,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/5a8bbfde24060735&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/5a8bbfde24060735\/thumb.jpg&quot;,&quot;title&quot;:&quot;12\u671f&quot;,&quot;fenzuid&quot;:7834,&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;:-24.020247976723,&quot;vlookat&quot;:55.325339581487,&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;:1718845881,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.118569&quot;,&quot;lng&quot;:&quot;121.490381&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-18.655497512749832,&quot;compass_vlookat&quot;:21.626580504811017,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22580,&quot;uid&quot;:3,&quot;material_id&quot;:18521,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/320c35fc1051ff22&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/320c35fc1051ff22\/thumb.jpg&quot;,&quot;title&quot;:&quot;3\u671f&quot;,&quot;fenzuid&quot;:7834,&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;:-70.75267359643533,&quot;vlookat&quot;:40.26898791037988,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.117936&quot;,&quot;lng&quot;:&quot;121.487341&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22577,&quot;uid&quot;:3,&quot;material_id&quot;:18518,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/737af7360260a0ef&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/737af7360260a0ef\/thumb.jpg&quot;,&quot;title&quot;:&quot;45\u671f&quot;,&quot;fenzuid&quot;:7834,&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;:-59.95127849714565,&quot;vlookat&quot;:51.49263113444121,&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;:1718845881,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.117456&quot;,&quot;lng&quot;:&quot;121.483861&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-14.674554662813419,&quot;compass_vlookat&quot;:21.625673065283333,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22579,&quot;uid&quot;:3,&quot;material_id&quot;:18520,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/d7d7574bc8bfbaaf&quot;,&quot;tiledimage&quot;:&quot;16128x16128,8192x8192,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/d7d7574bc8bfbaaf\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5b9d\u534e\u6e90\u5885&quot;,&quot;fenzuid&quot;:7834,&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;:-11.236875799044537,&quot;vlookat&quot;:45.126836980742574,&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;:1721469060,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.119573&quot;,&quot;lng&quot;:&quot;121.506989&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:7846,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u6d66\u6c5f\u4e16\u535a\u5bb6\u56ed&quot;,&quot;listorder&quot;:3,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7847,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7846,&quot;view_list&quot;:[{&quot;id&quot;:22615,&quot;uid&quot;:3,&quot;material_id&quot;:18556,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/7b1a7946f5b03366&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/7b1a7946f5b03366\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e16\u535a\u5546\u5708&quot;,&quot;fenzuid&quot;:7847,&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;:42.13063273617,&quot;vlookat&quot;:42.13063273617,&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;:1718845913,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.076410&quot;,&quot;lng&quot;:&quot;121.494908&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-17.912991806686993,&quot;compass_vlookat&quot;:19.72100612243759,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:7848,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u95f5\u6d66\u65b0\u82d1&quot;,&quot;listorder&quot;:4,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7849,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7848,&quot;view_list&quot;:[{&quot;id&quot;:22616,&quot;uid&quot;:3,&quot;material_id&quot;:18557,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/8b2290bc7eda4865&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/8b2290bc7eda4865\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u95f5\u6d66\u5317&quot;,&quot;fenzuid&quot;:7849,&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;:42.13063273617,&quot;vlookat&quot;:42.13063273617,&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;:1718845913,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.062556&quot;,&quot;lng&quot;:&quot;121.534447&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-17.82872729969593,&quot;compass_vlookat&quot;:25.872453476256112,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22617,&quot;uid&quot;:3,&quot;material_id&quot;:18558,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/844912688a0ffc46&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/844912688a0ffc46\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u95f5\u6d66\u5357&quot;,&quot;fenzuid&quot;:7849,&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;:42.13063273617,&quot;vlookat&quot;:42.13063273617,&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;:1718845913,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.046213&quot;,&quot;lng&quot;:&quot;121.534112&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-20.045895160590412,&quot;compass_vlookat&quot;:23.292308830866908,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:7850,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u6d66\u6c5f\u4e07\u8fbe&quot;,&quot;listorder&quot;:5,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:7851,&quot;pano_id&quot;:689,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:7850,&quot;view_list&quot;:[{&quot;id&quot;:22618,&quot;uid&quot;:3,&quot;material_id&quot;:18559,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/4a8662891f6b88b1&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/4a8662891f6b88b1\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e07\u8fbe\u4e1c\u4fa7&quot;,&quot;fenzuid&quot;:7851,&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;:42.13063273617,&quot;vlookat&quot;:42.13063273617,&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;:1718845913,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.028458&quot;,&quot;lng&quot;:&quot;121.517257&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-10.834806015721856,&quot;compass_vlookat&quot;:22.248299505953483,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:22619,&quot;uid&quot;:3,&quot;material_id&quot;:18560,&quot;open_pid&quot;:0,&quot;pano_id&quot;:689,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/1\/pano\/0175c94a047b3b58&quot;,&quot;tiledimage&quot;:&quot;16128x16128,7936x7936,4096x4096,2048x2048\n,1024x1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/1\/pano\/0175c94a047b3b58\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e07\u8fbe\u897f\u4fa7&quot;,&quot;fenzuid&quot;:7851,&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;:42.13063273617,&quot;vlookat&quot;:42.13063273617,&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;:1718845913,&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;\u8be5\u5730\u56fe\u4ec5\u9650\uff08\u9ea6\u5c90\u5730\u4ea7\uff09\u5185\u90e8\u4f7f\u7528\uff0c\u4ea7\u54c1\u5df2\u5907\u6848\uff0c\u672a\u7ecf\u5141\u8bb8\uff0c\u8bf7\u52ff\u4f7f\u7528\u76f4\u64ad\u7b49\u5546\u4e1a\u7528\u9014\uff01&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.032646&quot;,&quot;lng&quot;:&quot;121.500162&quot;,&quot;gd_lat&quot;:null,&quot;gd_lng&quot;:null,&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;:1,&quot;compass_hlookat&quot;:-3.5501097881361754,&quot;compass_vlookat&quot;:21.768215578975827,&quot;compass_fov&quot;:120,&quot;compass_pic&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240529\/2b9382bc7910b3c58f67ac3f257e00ae.png&quot;,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:&quot;&quot;,&quot;visit_pass_hit&quot;:&quot;&quot;,&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()"/>

    <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>
